aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/AnalysisContext.cpp
AgeCommit message (Expand)Author
2009-10-20Add destructor and cleanup code to LocationContext (fixing some leaks). Along...Ted Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-21Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek
2009-08-21Constify LocationContext* (parent) and Stmt* fields in LocationContext.Ted Kremenek
2009-08-21Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager.Ted Kremenek
2009-08-03add a bunch of routine methods to AnalysisContext.Zhongxing Xu
2009-07-31Fix build warnings.Mike Stump
2009-07-30This patch collects all analysis context data into a new class Zhongxing Xu