Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |