| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | static analyzer: add inlining support for directly called blocks. | Ted Kremenek | 2012-06-01 | 1 | -14/+27 |
| | | | | | llvm-svn: 157833 | ||||
| * | [analyzer] Remove references to idx::TranslationUnit. Index is dead, ↵ | Jordy Rose | 2012-04-28 | 1 | -8/+3 |
| | | | | | | | cross-TU inlining never panned out. llvm-svn: 155751 | ||||
| * | Unify naming of LangOptions variable/get function across the Clang stack ↵ | David Blaikie | 2012-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | (Lex to AST). The member variable is always "LangOpts" and the member function is always "getLangOpts". Reviewed by Chris Lattner llvm-svn: 152536 | ||||
| * | Replace a map of boolean values with a set. | Benjamin Kramer | 2012-03-10 | 1 | -14/+8 |
| | | | | | | | No functionality change. llvm-svn: 152494 | ||||
| * | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -11/+7 |
| | | | | | | | | | track whether the referenced declaration comes from an enclosing local context. I'm amenable to suggestions about the exact meaning of this bit. llvm-svn: 152491 | ||||
| * | Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. | Argyrios Kyrtzidis | 2012-03-01 | 1 | -1/+1 |
| | | | | | | | Needs llvm update. llvm-svn: 151829 | ||||
| * | Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" | Argyrios Kyrtzidis | 2012-02-27 | 1 | -1/+1 |
| | | | | | | | | | to make it more widely available. Depends on llvm commit r151564 llvm-svn: 151566 | ||||
| * | Colorize and condense CFG pretty-printing. | Ted Kremenek | 2011-12-22 | 1 | -2/+2 |
| | | | | | llvm-svn: 147203 | ||||
| * | Enhance AnalysisDeclContext::getReferencedBlockVars() to understand ↵ | Ted Kremenek | 2011-12-22 | 1 | -1/+11 |
| | | | | | | | | | PseudoObjExprs. It turns out that the information collected by this method is a super set of the captured variables in BlockDecl. llvm-svn: 147122 | ||||
| * | [analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that ↵ | Ted Kremenek | 2011-11-14 | 1 | -0/+9 |
| | | | | | | | capture the 'self' variable of the enclosing ObjC method decl. Fixes <rdar://problem/10380300>. llvm-svn: 144556 | ||||
| * | Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp | Chandler Carruth | 2011-10-24 | 1 | -0/+454 |
| to match the CMakeLists.txt change in r142782; this should fix the CMake build. llvm-svn: 142784 | |||||

