summaryrefslogtreecommitdiff
path: root/test/Preprocessor/first-line-indent.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the indentation of the first line of preprocessor outputHal Finkel2013-01-281-0/+7
The -E output from clang did not produce the correct indentation on the first line. This is because MoveToLine returned false, and when this happens, the regular process for producing initial indentation is skipped. Thanks to Eli for suggesting a way to simplify this to a one-line change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173657 91177308-0d34-0410-b5e6-96231b3b80d8