summaryrefslogtreecommitdiffstats
path: root/clang/test/Tooling/pch.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ClangTool output cleanupEdwin Vane2013-03-151-7/+5
| | | | | | | | | | Information messages sent to stdout by ClangTool now only happen when the -debug flag is set. Error messages that used to go to stdout now go to stderr. Author: Ariel J Bernal <ariel.j.bernal@intel.com> llvm-svn: 177177
* Fix typo.Manuel Klimek2012-08-011-1/+1
| | | | llvm-svn: 161106
* This test actually works on Win32...Manuel Klimek2012-07-311-4/+0
| | | | llvm-svn: 161048
* Fixes a segfault in Tooling when using pch's:Manuel Klimek2012-07-311-0/+21
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
OpenPOWER on IntegriCloud