summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/AnalysisContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Speed up compilation by avoiding generating exceptional edges fromMike Stump2010-01-211-1/+1
* Add infrastructure to add base initializers and member initializers toMike Stump2010-01-211-1/+1
* Add an unreachable code checker.Mike Stump2010-01-131-0/+4
* As Ted suggested, record the callsite information with the StackFrameContext.Zhongxing Xu2009-12-241-3/+13
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
* Enhance understanding of VarRegions referenced by a block whose declarations ...Ted Kremenek2009-12-111-0/+13
* Add analysis support for blocks. This includes a few key changes:Ted Kremenek2009-12-071-0/+14
* Teach AnalysisContext::getBody() about BlockDecls.Ted Kremenek2009-12-041-0/+2
* Allow BlockInvocationContext to wrap either a BlockDecl* or a BlockDataRegion...Ted Kremenek2009-12-041-3/+16
* Refactor LocationContext creation logic into a single member template.Ted Kremenek2009-12-041-48/+50
* Refactor FoldingSet profiling code for LocationContexts, and add a new BlockI...Ted Kremenek2009-12-041-8/+25
* Enhance LiveVariables to understand that blocks can extend the liveness of a ...Ted Kremenek2009-11-261-12/+75
* Add destructor and cleanup code to LocationContext (fixing some leaks). Along...Ted Kremenek2009-10-201-0/+21
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-9/+9
* Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek2009-08-211-10/+13
* Constify LocationContext* (parent) and Stmt* fields in LocationContext.Ted Kremenek2009-08-211-6/+10
* Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager.Ted Kremenek2009-08-211-0/+7
* add a bunch of routine methods to AnalysisContext.Zhongxing Xu2009-08-031-0/+50
* Fix build warnings.Mike Stump2009-07-311-1/+2
* This patch collects all analysis context data into a new class Zhongxing Xu2009-07-301-0/+73
OpenPOWER on IntegriCloud