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
/
Checker
/
GRState.cpp
Age
Commit message (
Expand
)
Author
2010-07-06
Remove the now-unused GRState::isEqual method. Instead of asking if an expres...
Jordy Rose
2010-07-01
Add an ivar to SymbolReaper for the current statement, and then stop passing ...
Jordy Rose
2010-05-26
Remove extents of dead symbolic regions when RemoveDeadBindings.
Zhongxing Xu
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-03-25
Add methods to remove a GDM entry.
Zhongxing Xu
2010-03-17
Mark CXXThisRegion in the current or parent stack frame context as live so that
Zhongxing Xu
2010-03-05
Remove reference to AnalysisContext in Environment. We already have LocationC...
Zhongxing Xu
2010-03-04
When profiling Environment, also profile with AnalysisContext*, bacause
Zhongxing Xu
2010-02-08
Revert 95541.
Ted Kremenek
2010-02-08
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
2010-02-05
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
More GRState* -> Store changes.
Zhongxing Xu
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek