index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
PthreadLockChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
1
-1
/
+0
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-5
/
+5
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-6
/
+11
*
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-12-01
1
-10
/
+2
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-3
/
+3
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-3
/
+3
*
Fix comment typo.
Benjamin Kramer
2011-09-24
1
-1
/
+1
*
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
1
-2
/
+2
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-8
/
+8
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-1
/
+1
*
Remove dead code flagged by GCC's -Wunused-but-set-variable.
Benjamin Kramer
2011-07-31
1
-2
/
+0
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
[analyzer] Very minor cleanup in PthreadLockChecker. No functionality change.
Jordy Rose
2011-07-19
1
-9
/
+9
*
[analysis] Add checks for double-locking and lock order reversal bugs for
Jordy Rose
2011-07-19
1
-44
/
+105
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Migrate to CheckerV2:
Argyrios Kyrtzidis
2011-02-23
1
-24
/
+15
*
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+6
*
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2011-02-15
1
-2
/
+2
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-3
/
+3
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+147