aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Frontend/system-header-line-directive.c
AgeCommit message (Collapse)AuthorFilesLines
2017-05-23Add test coverage for recent behavior change in GNU line marker pre-processingReid Kleckner1-6/+9
llvm-svn: 303642
2017-05-22Give files from #line the characteristics of the current fileReid Kleckner1-0/+20
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