]> granicus.if.org Git - clang/commit
make the preprocessor listen to linemarker directives in -E mode,
authorChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2010 00:01:41 +0000 (00:01 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Apr 2010 00:01:41 +0000 (00:01 +0000)
commit88aae9188a64fe6385c7057af068aaeb8fc96b8e
tree064e3b803808051dbbfd619d26c3045161370588
parentc0b53c2e4c954fe59917da5194ba4b9f831fa5bf
make the preprocessor listen to linemarker directives in -E mode,
PR6101.  This is based on a patch and testcase by Jordy Rose!

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