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
/
GRSubEngine.h
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-11-15
Add skeleton for handling other kinds of CFGElements.
Zhongxing Xu
2010-08-14
Add a callback for when region changes occur. Still somewhat of a work-in-pro...
Jordy Rose
2010-07-22
Make a bunch of new data structures for the new analysis
Zhongxing Xu
2010-07-20
Constify all references to Stmt* and CFGBlock* in libChecker.
Zhongxing Xu
2010-06-23
Add 'VisitEndAnalysis' callback to Checker class. This callback is called by...
Ted Kremenek
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-03-23
Since we now may have basicblocks with the same block is in different function,
Zhongxing Xu
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-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek