index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Checker
/
PathSensitive
/
Checker.h
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-20
Rename 'VisitLocation' to 'visitLocation'.
Ted Kremenek
2010-12-20
Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.
Ted Kremenek
2010-12-02
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-12-01
Rename all 'EvalXXX' methods in libChecker to
Ted Kremenek
2010-12-01
Rename 'SValuator' to 'SValBuilder'. The new name
Ted Kremenek
2010-09-02
For GRExprEngine::EvalBind() (and called visitors), unifiy StoreE and AssignE...
Ted Kremenek
2010-08-14
Add a callback for when region changes occur. Still somewhat of a work-in-pro...
Jordy Rose
2010-08-14
Add a new metadata symbol type for checkers to use. Metadata symbols must be ...
Jordy Rose
2010-08-12
Improved IdempotentOperationChecker false positives and false negatives.
Tom Care
2010-08-04
Change the checker callback cache in GRExprEngine to be more compact (and IMH...
Jordy Rose
2010-08-03
Remove DoneEvaluating field (unused since r90296)
Jordy Rose
2010-08-03
Changed GRExprEngine to pass down a reference to itself when checkers are doi...
Tom Care
2010-07-20
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-07-01
Add an ivar to SymbolReaper for the current statement, and then stop passing ...
Jordy Rose
2010-06-25
Add "checker caching" to GRExprEngine::CheckerVisit to progressively build
Ted Kremenek
2010-06-23
Add 'VisitEndAnalysis' callback to Checker class. This callback is called by...
Ted Kremenek
2010-06-16
Add StreamChecker. This checker models and checks stream manipulation functions.
Zhongxing Xu
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-02-25
Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d...
Douglas Gregor
2010-02-25
Revert patches r97122 r97127 r97129 r97131.
Jakob Stoklund Olesen
2010-02-25
Call inliner improvements:
Zhongxing Xu
2010-02-24
Add comments.
Zhongxing Xu
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek