index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
IteratorsChecker.cpp
Age
Commit message (
Expand
)
Author
2012-01-28
StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...
Benjamin Kramer
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2011-10-26
[analyzer] Add getLocationContext to CheckerContext
Anna Zaks
2011-10-26
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-25
[analyzer] Simplify CheckerContext
Anna Zaks
2011-08-17
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-06-21
Introduce a new AST node describing reference binding to temporaries.
Douglas Gregor
2011-04-15
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-03-12
Don't have side-effects (or rather non-trivial computation) in StringSwitch "...
Ted Kremenek
2011-03-12
Add initial version of "IteratorsChecker", a checker to find misues uses of C...
Ted Kremenek