Ted Kremenek
|
72be32af88
|
Colorize and condense CFG pretty-printing.
llvm-svn: 147203
|
2011-12-22 23:33:52 +00:00 |
Ted Kremenek
|
299cfb7a02
|
Enhance AnalysisDeclContext::getReferencedBlockVars() to understand PseudoObjExprs. It turns out
that the information collected by this method is a super set of the captured variables in BlockDecl.
llvm-svn: 147122
|
2011-12-22 01:30:46 +00:00 |
Ted Kremenek
|
b39fcfaa19
|
[analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the 'self' variable of the enclosing ObjC method decl. Fixes <rdar://problem/10380300>.
llvm-svn: 144556
|
2011-11-14 19:36:08 +00:00 |
Chandler Carruth
|
6f2e6522d9
|
Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp
to match the CMakeLists.txt change in r142782; this should fix the CMake
build.
llvm-svn: 142784
|
2011-10-24 01:47:37 +00:00 |