summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/rewrite-includes-line-markers.c
Commit message (Collapse)AuthorAgeFilesLines
* PR26771: don't forget the " 2" (returning from #included file) linemarker ↵Richard Smith2017-04-291-0/+8
| | | | | | after including an empty file with -frewrite-includes. llvm-svn: 301727
* Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner2015-02-261-0/+22
Currently -fms-extensions controls this behavior, which doesn't make much sense. It means we can't identify what is and isn't a system header when compiling our own preprocessed output, because #line doesn't represent this information. If someone is feeding Clang's preprocessed output to another compiler, they can use this flag. Fixes PR20553. Reviewers: rsmith Differential Revision: http://reviews.llvm.org/D5217 llvm-svn: 230587
OpenPOWER on IntegriCloud