]> granicus.if.org Git - clang/commit
Make sure clang puts tokens from different files on separate lines in "-E -P" mode...
authorEli Friedman <eli.friedman@gmail.com>
Wed, 9 Jan 2013 03:16:42 +0000 (03:16 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 9 Jan 2013 03:16:42 +0000 (03:16 +0000)
commit086cc83a84bfab60685b69e3afa3e4500daebb4d
treea9c0fd6d7f557b4db273db367a2ce4f912f8fddb
parenta0f2d02d166880e5d826074b6c2ecbf64f8ca70d
Make sure clang puts tokens from different files on separate lines in "-E -P" mode.  <rdar://problem/12774044>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171944 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/PrintPreprocessedOutput.cpp
test/Preprocessor/print_line_include.c [new file with mode: 0644]
test/Preprocessor/print_line_include.h [new file with mode: 0644]