diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-04-12 23:04:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-04-12 23:04:41 +0000 |
| commit | 1a9e873bf9b80441ad7f424373f187e0eb9e00e1 (patch) | |
| tree | d0707dd44627d49284e09600748dcd2d3a0ff05a /clang/lib/CodeGen/CGExprComplex.cpp | |
| parent | 11862a6ed3447d73d952962b8684d17caf5ec2bd (diff) | |
| download | llvm-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/CodeGen/CGExprComplex.cpp')
0 files changed, 0 insertions, 0 deletions
