aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/PrintPreprocessedOutput.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-12 23:04:41 +0000
committerChris Lattner <sabre@nondot.org>2010-04-12 23:04:41 +0000
commit1a9e873bf9b80441ad7f424373f187e0eb9e00e1 (patch)
treed0707dd44627d49284e09600748dcd2d3a0ff05a /clang/lib/Frontend/PrintPreprocessedOutput.cpp
parent11862a6ed3447d73d952962b8684d17caf5ec2bd (diff)
downloadllvm-1a9e873bf9b80441ad7f424373f187e0eb9e00e1.zip
llvm-1a9e873bf9b80441ad7f424373f187e0eb9e00e1.tar.gz
llvm-1a9e873bf9b80441ad7f424373f187e0eb9e00e1.tar.bz2
fix a minor bug I noticed while work with Jordy's patch for PR6101,
in an input file like this: # 42 int x; we were emitting: # <something> int x; (with a space before the int) because we weren't clearing the leading whitespace flag properly after the \n from the directive was handled. llvm-svn: 101084
Diffstat (limited to 'clang/lib/Frontend/PrintPreprocessedOutput.cpp')
0 files changed, 0 insertions, 0 deletions