summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/line-directive-output.c
Commit message (Collapse)AuthorAgeFilesLines
* Add test coverage for recent behavior change in GNU line marker pre-processingReid Kleckner2017-05-231-0/+7
| | | | llvm-svn: 303642
* Properly escape filenames in line directives.Eli Friedman2013-08-291-0/+3
| | | | | | | Fixes PR17018. Only partial test coverage because I don't want to try to write a test which generates a file whose name contains a newline. llvm-svn: 189557
* CPP Output: Do not emit an enter file marker for the main file.Daniel Dunbar2012-11-161-0/+4
| | | | | | | | - This diverges from gcc, and confuses tools (like dtrace) which track # line markers as a way to determine which content is in the context of the main file. llvm-svn: 168128
* Improve line marker directive locations, patch by Jordy RoseChris Lattner2010-04-141-1/+1
| | | | llvm-svn: 101226
* make the preprocessor listen to linemarker directives in -E mode,Chris Lattner2010-04-131-0/+71
PR6101. This is based on a patch and testcase by Jordy Rose! llvm-svn: 101097
OpenPOWER on IntegriCloud