summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/SymbolManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-342/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-2/+2
* Enabled relaxed LiveVariables analysis in the path-sensitive engine to increa...Tom Care2010-08-271-2/+4
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-16/+16
* Add a new metadata symbol type for checkers to use. Metadata symbols must be ...Jordy Rose2010-08-141-9/+77
* MemRegion can refer to ASTContext without external help.Zhongxing Xu2010-08-111-2/+2
* Change SymbolManager::canSymbolicate() to return true for RecordTypes.Ted Kremenek2010-07-291-1/+10
* Add a new symbol type, SymbolExtent, to represent the extents of memory regio...Jordy Rose2010-07-041-1/+33
* Add an ivar to SymbolReaper for the current statement, and then stop passing ...Jordy Rose2010-07-011-2/+2
* Checker: random include cleanup.Benjamin Kramer2010-03-271-1/+1
* Remove reference to AnalysisContext in Environment. We already have LocationC...Zhongxing Xu2010-03-051-3/+7
* Since now we store the cast type with an ElementRegion, there isZhongxing Xu2010-03-011-10/+4
* In symbol reaper, a variable is live if its stack frame is the parent of the Zhongxing Xu2010-02-171-1/+6
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+228
OpenPOWER on IntegriCloud