llvm-project/clang/test/Tooling
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
..
Inputs Fixes a segfault in Tooling when using pch's: 2012-07-31 13:56:54 +00:00
auto-detect-from-source-parent-of-cwd.cpp Fixes the MSVC build. 2012-07-10 14:21:30 +00:00
auto-detect-from-source-parent.cpp Fixes the MSVC build. 2012-07-10 14:21:30 +00:00
auto-detect-from-source.cpp Fixes the MSVC build. 2012-07-10 14:21:30 +00:00
clang-check-args.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
clang-check-ast-dump.cpp Store SourceManager pointer on PrintingPolicy in the case where we're dumping, 2012-08-16 03:56:14 +00:00
clang-check-autodetect-dir.cpp Adds support for auto-detection of compilation databases, looking in a directory and all its parents. 2012-07-10 16:56:35 +00:00
clang-check-builtin-headers.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
clang-check-chdir.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
clang-check-pwd.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
clang-check.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
multi-jobs.cpp Adds support for auto-detection of compilation databases 2012-07-10 13:10:51 +00:00
pch.cpp Fix typo. 2012-08-01 08:48:27 +00:00