aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/AnalysisDeclContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-03[analyzer] add LocationContext::inTopFrame() helper.Anna Zaks1-0/+4
2012-09-24Add clarifying comment.Ted Kremenek1-0/+2
2012-09-21Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek1-6/+25
2012-09-05[analyzer] Always include destructors in the analysis CFG.Jordan Rose1-2/+4
2012-07-26[analyzer] Don't crash on implicit statements inside initializers.Jordan Rose1-1/+9
2012-07-04Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer1-0/+1
2012-06-01static analyzer: add inlining support for directly called blocks.Ted Kremenek1-14/+27
2012-04-28[analyzer] Remove references to idx::TranslationUnit. Index is dead, cross-TU...Jordy Rose1-8/+3
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-1/+1
2012-03-10Replace a map of boolean values with a set.Benjamin Kramer1-14/+8
2012-03-10Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall1-11/+7
2012-03-01Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.Argyrios Kyrtzidis1-1/+1
2012-02-27Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis1-1/+1
2011-12-22Colorize and condense CFG pretty-printing.Ted Kremenek1-2/+2
2011-12-22Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObj...Ted Kremenek1-1/+11
2011-11-14[analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture...Ted Kremenek1-0/+9
2011-10-24Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cppChandler Carruth1-0/+454