aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/pp-trace
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Fix tests to not assume they know exactly what will be in Clang's predefines ...Richard Smith3-18/+18
2015-05-04Update to match clang r236404.Richard Smith2-12/+12
2015-05-01Revert r236001, "Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp...NAKAMURA Takumi1-3/+0
2015-04-28Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now...NAKAMURA Takumi1-0/+3
2015-02-25Revert "Add a missing target requirement."Adrian Prantl1-1/+1
2015-02-25Add a missing target requirement.Adrian Prantl1-1/+1
2014-10-27Prune CRLF.NAKAMURA Takumi1-92/+92
2014-03-09clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Flush module cache to l...NAKAMURA Takumi1-0/+1
2014-03-09clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Use [[@LINE]].NAKAMURA Takumi1-6/+9
2013-12-07Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2-27/+27
2013-12-04Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org...John Thompson1-0/+10
2013-11-14[extra] pp-trace - Fix for PragmaWarning output, adding tests for the pragma ...John Thompson3-0/+240
2013-11-12Extended moduleImport test to test a module with more than one path component...John Thompson6-1/+34
2013-11-12Fixed moduleImport and ident callbacks. Fixed modules test. Added ident call...John Thompson2-8/+18
2013-11-12[extra] pp-trace - Add test for conditional callbacks.John Thompson1-0/+294
2013-11-11[extra] pp-trace - Test for moduleImport.John Thompson3-0/+29
2013-10-31Rename Input to Inputs, for consistency with other tests.Dan Gohman4-19/+19
2013-10-31pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson5-0/+224