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
Loading
Please register or sign in to comment