summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/pp-trace
Commit message (Expand)AuthorAgeFilesLines
* [pp-trace] Modernize the codeFangrui Song2019-03-249-11/+11
* [pp-trace] Delete -ignore and add a new option -callbacksFangrui Song2019-03-188-7/+24
* Revert r351208 (which was a revert of r350892).Aaron Ballman2019-01-172-26/+26
* Revert "Update clang-tools-extra for r350891 from Clang."Benjamin Kramer2019-01-152-26/+26
* Update clang-tools-extra for r350891 from Clang.Aaron Ballman2019-01-102-26/+26
* test: use target triple for the testSaleem Abdulrasool2018-02-071-1/+1
* Revert 318668, which is associated with a broken patchErich Keane2017-11-202-2/+2
* extra test modifications for D34158Erich Keane2017-11-202-2/+2
* Handle PragmaDebug in PPChainedCallbacksAlex Lorenz2017-10-251-0/+11
* [pp-trace] Update skipped source ranges in testsVedant Kumar2017-09-112-17/+17
* Fix tests to not assume they know exactly what will be in Clang's predefines ...Richard Smith2016-09-303-18/+18
* Update to match clang r236404.Richard Smith2015-05-042-12/+12
* Revert r236001, "Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp...NAKAMURA Takumi2015-05-011-3/+0
* Disable clang-tools-extra/test/pp-trace/pp-trace-modules.cpp on win32 for now...NAKAMURA Takumi2015-04-281-0/+3
* Revert "Add a missing target requirement."Adrian Prantl2015-02-251-1/+1
* Add a missing target requirement.Adrian Prantl2015-02-251-1/+1
* Prune CRLF.NAKAMURA Takumi2014-10-271-92/+92
* clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Flush module cache to l...NAKAMURA Takumi2014-03-091-0/+1
* clang-tools-extra/test/pp-trace/pp-trace-modules.cpp: Use [[@LINE]].NAKAMURA Takumi2014-03-091-6/+9
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2013-12-072-27/+27
* Enea Zaffanella's fix for the PPCallbacks Elif callback, with a slight re-org...John Thompson2013-12-041-0/+10
* [extra] pp-trace - Fix for PragmaWarning output, adding tests for the pragma ...John Thompson2013-11-143-0/+240
* Extended moduleImport test to test a module with more than one path component...John Thompson2013-11-126-1/+34
* Fixed moduleImport and ident callbacks. Fixed modules test. Added ident call...John Thompson2013-11-122-8/+18
* [extra] pp-trace - Add test for conditional callbacks.John Thompson2013-11-121-0/+294
* [extra] pp-trace - Test for moduleImport.John Thompson2013-11-113-0/+29
* Rename Input to Inputs, for consistency with other tests.Dan Gohman2013-10-314-19/+19
* pp-trace - preprocessor tacing and PPCallbacks testing toolJohn Thompson2013-10-315-0/+224
OpenPOWER on IntegriCloud