summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/pp-trace/pp-trace-include.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [pp-trace] Modernize the codeFangrui Song2019-03-241-1/+1
| | | | | | | | | Use InitLLVM and WithColor Delete PPTraceConsumer, add the callback in PPTraceAction Migrae to tooling::createExecutorFromCommandLineArgs Don't specialize empty OutputFileName llvm-svn: 356849
* Fix tests to not assume they know exactly what will be in Clang's predefines ↵Richard Smith2016-09-301-6/+6
| | | | | | buffer. llvm-svn: 282984
* Extended moduleImport test to test a module with more than one path ↵John Thompson2013-11-121-0/+22
| | | | | | component. This required a change to the includes test, because of the change to the headers. llvm-svn: 194504
* Rename Input to Inputs, for consistency with other tests.Dan Gohman2013-10-311-19/+19
| | | | llvm-svn: 193805
* pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson2013-10-311-0/+119
llvm-svn: 193743
OpenPOWER on IntegriCloud