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
/
StaticAnalyzer
/
Core
/
GRState.cpp
Age
Commit message (
Expand
)
Author
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
[analyzer] Introduce new MemRegion, "TypedValueRegion", so that we can separa...
Ted Kremenek
2011-08-10
Analyzer Core: In checkDeadSymbols checker callback, provide the state in whi...
Anna Zaks
2011-08-06
[analyzer] Change SymbolReaper to store region roots implied by the Environme...
Ted Kremenek
2011-07-28
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-02
Augment retain/release checker to not warn about tracked objects passed as ar...
Ted Kremenek
2011-02-19
Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState b...
Ted Kremenek
2011-02-19
Add 'StoreRef' smart pointer to allow more fine-grain memory lifetime control...
Ted Kremenek
2011-02-16
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-11
Rename 'InvalidateRegions()' to 'invalidateRegions()'.
Ted Kremenek
2011-02-11
Allow the 'Eng' entry in GRStateManager to be a (possibly null) pointer inste...
Ted Kremenek
2011-02-10
Run ~GRState() when reclaiming GRStates.
Ted Kremenek
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis