summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/Inputs/SystemHeaderPrefix/line.h
Commit message (Collapse)AuthorAgeFilesLines
* Add test coverage for recent behavior change in GNU line marker pre-processingReid Kleckner2017-05-231-2/+0
| | | | llvm-svn: 303642
* Give files from #line the characteristics of the current fileReid Kleckner2017-05-221-0/+2
This allows #line directives to appear in system headers that have code that clang would normally warn on. This is compatible with GCC, which is easy to test by running `gcc -E`. Fixes PR30752 llvm-svn: 303582
OpenPOWER on IntegriCloud