summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/line-directive-output.c
Commit message (Collapse)AuthorAgeFilesLines
* 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