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
/
CheckerDocumentation.cpp
Age
Commit message (
Expand
)
Author
2013-03-28
[analyzer] Document existence of ConstPointerEscape.
Anna Zaks
2013-02-07
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-01-03
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2012-12-21
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-20
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-07
[analyzer] Enhance docs for checker callbacks (esp. processRegionChanges).
Jordan Rose
2012-11-02
[analyzer] CheckerDocumentation: Change examples for PreStmt and PostStmt.
Jordan Rose
2012-07-18
[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.
Jordan Rose
2012-07-02
[analyzer] Add generic preCall and postCall checks.
Jordan Rose
2012-07-02
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-07-02
[analyzer] Add a new abstraction over all types of calls: CallEvent
Jordan Rose
2012-06-15
Documentation cleanup:
James Dennett
2012-03-23
corrected check::EndOfTranslationUnit checker name and added 'const' to decla...
Anton Yartsev
2012-02-14
[analyzer] Make Malloc Checker optimistic in presence of inlining.
Anna Zaks
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2011-11-30
[analyzer] Add checker callback documentation.
Anna Zaks