Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give files from #line the characteristics of the current file | Reid Kleckner | 2017-05-22 | 1 | -0/+1 |
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 |