]> granicus.if.org Git - clang/commit
Fix PR2741 by making our newline tracking be aware of newlines that
authorChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 01:25:23 +0000 (01:25 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 01:25:23 +0000 (01:25 +0000)
commit3ee211fd15dfeeb51bb69681084cdfcea427f314
tree43dd9f86553962f798e64abe1e93190f8dac7950
parent2a8e4e1d8548dc3e30d7c9ba92127c7884a11448
Fix PR2741 by making our newline tracking be aware of newlines that
can occur in the middle of comment tokens.

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