Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPP Output: Do not emit an enter file marker for the main file. | Daniel Dunbar | 2012-11-16 | 1 | -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 Rose | Chris Lattner | 2010-04-14 | 1 | -1/+1 |
| | | | | llvm-svn: 101226 | ||||
* | make the preprocessor listen to linemarker directives in -E mode, | Chris Lattner | 2010-04-13 | 1 | -0/+71 |
PR6101. This is based on a patch and testcase by Jordy Rose! llvm-svn: 101097 |