hanchenye-llvm-project/clang/lib/Tooling
Manuel Klimek 3aad855a89 Fixes a segfault in Tooling when using pch's:
Clear the FileManager's stat cache in between running
translation units, as the stat cache loaded from a pch
is only valid for one compiler invocation.

llvm-svn: 161047
2012-07-31 13:56:54 +00:00
..
ArgumentsAdjusters.cpp Fix -Wdelete-non-virtual-dtor in Tooling code. 2012-05-09 18:31:50 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
CommandLineClangTool.cpp Reverted custom init hook from r160369. 2012-07-18 12:24:51 +00:00
CompilationDatabase.cpp Add a custom initialize hook for clang tools + minor fixes in CustomCompilationDatabase.h 2012-07-17 16:11:17 +00:00
CustomCompilationDatabase.h Add a custom initialize hook for clang tools + minor fixes in CustomCompilationDatabase.h 2012-07-17 16:11:17 +00:00
Makefile
Refactoring.cpp Adds a toString method to Replacement, which helps debugging. 2012-05-30 16:04:29 +00:00
RefactoringCallbacks.cpp Finishing the move of RefactoringCallbacks and fixing the corresponding 2012-07-17 08:37:03 +00:00
Tooling.cpp Fixes a segfault in Tooling when using pch's: 2012-07-31 13:56:54 +00:00