summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/AnalysisDeclContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Replace a map of boolean values with a set.Benjamin Kramer2012-03-101-14/+8
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-11/+7
* Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.Argyrios Kyrtzidis2012-03-011-1/+1
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-271-1/+1
* Colorize and condense CFG pretty-printing.Ted Kremenek2011-12-221-2/+2
* Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObj...Ted Kremenek2011-12-221-1/+11
* [analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture...Ted Kremenek2011-11-141-0/+9
* Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cppChandler Carruth2011-10-241-0/+454