aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/line-directive-output.c
AgeCommit message (Collapse)Author
2012-11-16CPP Output: Do not emit an enter file marker for the main file.Daniel Dunbar
- 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168128 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-14Improve line marker directive locations, patch by Jordy RoseChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101226 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-13make the preprocessor listen to linemarker directives in -E mode,Chris Lattner
PR6101. This is based on a patch and testcase by Jordy Rose! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101097 91177308-0d34-0410-b5e6-96231b3b80d8