summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/MemRegion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Discard qualifiers for ElementRegions so that a 'const' doesn't change the lo...Ted Kremenek2010-05-271-1/+1
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-3/+3
* Teach MemRegion::getBaseRegion() about ObjCIvarRegions. We want to treatTed Kremenek2010-04-061-7/+8
* Checker: random include cleanup.Benjamin Kramer2010-03-271-2/+2
* For inline-based inter-procedural analysis, we will have multiple stack space...Zhongxing Xu2010-02-171-9/+16
* Eliminate the ASTContext parameter from RecordDecl::getDefinition()Douglas Gregor2010-02-111-1/+1
* Teach RegionStore::InvalidateRegions() to also invalidate static variables re...Ted Kremenek2010-02-061-1/+1
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+799
OpenPOWER on IntegriCloud