aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/MemRegion.cpp
AgeCommit message (Expand)Author
2010-04-06Teach MemRegion::getBaseRegion() about ObjCIvarRegions. We want to treatTed Kremenek
2010-03-27Checker: random include cleanup.Benjamin Kramer
2010-02-17For inline-based inter-procedural analysis, we will have multiple stack space...Zhongxing Xu
2010-02-11Eliminate the ASTContext parameter from RecordDecl::getDefinition()Douglas Gregor
2010-02-06Teach RegionStore::InvalidateRegions() to also invalidate static variables re...Ted Kremenek
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek