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
/
Analysis
/
GRState.cpp
Age
Commit message (
Expand
)
Author
2008-08-27
Make the destructor of ConstraintManager virtual.
Ted Kremenek
2008-08-27
Refactor Assume logic into a separate class ConstraintManager.
Zhongxing Xu
2008-08-23
adjust to changes in various APIs from LLVM. We can't print
Chris Lattner
2008-08-23
Simplify interface to Store::AddDecl
Ted Kremenek
2008-08-21
Move the handling of DeclStmt from GRExprEngine to BasicStoreManager.
Zhongxing Xu
2008-08-20
Patch by Zhongxing Xu:
Ted Kremenek
2008-08-20
Patch by Zhongxing Xu: We should set back the modified ConstEq map.
Ted Kremenek
2008-08-19
Move store pretty-printing logic inside of StoreManager (previously in GRState).
Ted Kremenek
2008-08-19
Patch by Zhongxing Xu!
Ted Kremenek
2008-08-17
various updates to match r54873 on mainline.
Chris Lattner
2008-08-17
Migrate GRState::ConstEqTy (map used from tracking constants for symbols) to ...
Ted Kremenek
2008-08-17
Added GRStateTrait.h, which includes boilerplate code for creating specializa...
Ted Kremenek
2008-08-16
GRState:
Ted Kremenek
2008-08-14
Migrated retain/release checker to use the Generic Data Map in GRState (instead
Ted Kremenek
2008-08-13
Renamed GRState::CheckerStatePrinter to GRState::Printer.
Ted Kremenek
2008-08-13
Rename ValueState.h -> GRState.h
Ted Kremenek
[prev]