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
/
IteratorsChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove experimental invalid iterators checker from the codebase until we have...
Ted Kremenek
2012-07-25
1
-603
/
+0
*
StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...
Benjamin Kramer
2012-01-28
1
-1
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-12
/
+12
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-2
/
+2
*
[analyzer] Add getLocationContext to CheckerContext
Anna Zaks
2011-10-26
1
-6
/
+4
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-6
/
+6
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-3
/
+3
*
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
1
-4
/
+4
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-21
/
+33
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-3
/
+3
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-3
/
+3
*
Introduce a new AST node describing reference binding to temporaries.
Douglas Gregor
2011-06-21
1
-8
/
+19
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-1
/
+1
*
Don't have side-effects (or rather non-trivial computation) in StringSwitch "...
Ted Kremenek
2011-03-12
1
-6
/
+9
*
Add initial version of "IteratorsChecker", a checker to find misues uses of C...
Ted Kremenek
2011-03-12
1
-0
/
+579