summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2013-05-23 11:42:52 +0000
committerManuel Klimek <klimek@google.com>2013-05-23 11:42:52 +0000
commitc573080d450a5d96776cb6bdb039ba4b1a1fd9b8 (patch)
treee4a8f520d999a949b5b4d1ffe9fd52e5010d411a /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent5415c9c352716b8f00cb524114b0a583c85aab1f (diff)
Stop aligning trailing comments which are aligned with the next line.
Previously we would align: f(); // comment // other comment g(); Even if // other comment was at the start of the line. Now we do not align trailing comments if they have been already aligned correctly with the next line. Thus, f(); // comment // other comment g(); will not be changed, while: f(); // comment // other commment g(); will lead to the two trailing comments being aligned. llvm-svn: 182577
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions