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
/
BasicStore.cpp
Age
Commit message (
Expand
)
Author
2010-08-26
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-19
Remove dead code. Patch by Jon Mulder!
Jordy Rose
2010-08-15
StoreManager::RemoveDeadBindings() can take a Store instead of an entire GRSt...
Zhongxing Xu
2010-08-15
Remove redundant method.
Zhongxing Xu
2010-08-14
Add a callback for when region changes occur. Still somewhat of a work-in-pro...
Jordy Rose
2010-08-11
MemRegion can refer to ASTContext without external help.
Zhongxing Xu
2010-07-29
Explicitly guard in BasicStore from storing to non-scalars.
Ted Kremenek
2010-07-20
constify.
Zhongxing Xu
2010-07-01
Fix PR 7475 by enhancing the static analyzer to also invalidate bindings for ...
Ted Kremenek
2010-07-01
Add an ivar to SymbolReaper for the current statement, and then stop passing ...
Jordy Rose
2010-06-17
Correctly return early from BasicStoreManager::iterBindings() when the Bindin...
Ted Kremenek
2010-05-26
Remove extents of dead symbolic regions when RemoveDeadBindings.
Zhongxing Xu
2010-04-26
Introduce Type::isStructureOrClassType(), which does the obvious
Douglas Gregor
2010-03-17
Mark CXXThisRegion in the current or parent stack frame context as live so that
Zhongxing Xu
2010-03-10
Enhance basic store to also lazily symbolicate VarRegions
Ted Kremenek
2010-03-02
[CFG]
Ted Kremenek
2010-03-01
Since now we store the cast type with an ElementRegion, there is
Zhongxing Xu
2010-02-08
BindInternal is redundant. Remove it.
Zhongxing Xu
2010-02-08
Unify the implementation of getLValueElement of store managers.
Zhongxing Xu
2010-02-08
Unify the implementation of getLValueIvar and getLValueField of store managers.
Zhongxing Xu
2010-02-08
Move common methods to the base StoreManager class.
Zhongxing Xu
2010-02-05
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
More GRState* -> Store changes.
Zhongxing Xu
2010-02-04
Now that CastRetrievedVal returns SVal, there is no need to use CastResult.
Zhongxing Xu
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek