hanchenye-llvm-project/clang/lib/Rewrite
Richard Smith 235341bc88 Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
and remove ASTContext reference (which was frequently bound to a dereferenced
null pointer) from the recursive lump of printPretty functions. In so doing,
fix (at least) one case where we intended to use the 'dump' mode, but that
failed because a null ASTContext reference had been passed in.

llvm-svn: 162011
2012-08-16 03:56:14 +00:00
..
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
DeltaTree.cpp
FixItRewriter.cpp
FrontendActions.cpp Restructure how the driver communicates information about the 2012-06-20 06:18:46 +00:00
HTMLPrint.cpp
HTMLRewrite.cpp [analyzer] Add Prev/Next links to the HTML output. 2012-08-02 02:26:19 +00:00
InclusionRewriter.cpp Fix crash on missing header in -rewrite-includes. 2012-06-14 17:36:05 +00:00
Makefile
RewriteMacros.cpp
RewriteModernObjC.cpp Store SourceManager pointer on PrintingPolicy in the case where we're dumping, 2012-08-16 03:56:14 +00:00
RewriteObjC.cpp Store SourceManager pointer on PrintingPolicy in the case where we're dumping, 2012-08-16 03:56:14 +00:00
RewriteRope.cpp
RewriteTest.cpp
Rewriter.cpp Documentation cleanup: Escaped backslashes in Doxygen comments. 2012-06-15 22:33:08 +00:00
TokenRewriter.cpp