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
/
SymbolManager.cpp
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-08-27
Enabled relaxed LiveVariables analysis in the path-sensitive engine to increa...
Tom Care
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-14
Add a new metadata symbol type for checkers to use. Metadata symbols must be ...
Jordy Rose
2010-08-11
MemRegion can refer to ASTContext without external help.
Zhongxing Xu
2010-07-29
Change SymbolManager::canSymbolicate() to return true for RecordTypes.
Ted Kremenek
2010-07-04
Add a new symbol type, SymbolExtent, to represent the extents of memory regio...
Jordy Rose
2010-07-01
Add an ivar to SymbolReaper for the current statement, and then stop passing ...
Jordy Rose
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-03-05
Remove reference to AnalysisContext in Environment. We already have LocationC...
Zhongxing Xu
2010-03-01
Since now we store the cast type with an ElementRegion, there is
Zhongxing Xu
2010-02-17
In symbol reaper, a variable is live if its stack frame is the parent of the
Zhongxing Xu
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek