aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-06 22:04:05 +0000
committerDaniel Jasper <djasper@google.com>2013-02-06 22:04:05 +0000
commit474e46211a141e4566c399b80ae26e3580b70c90 (patch)
tree8aaa3be083dd0ad190233c435583a569fe552035 /lib/Frontend/CompilerInstance.cpp
parent4e8a7b4a95962f63a938c0d21c9aca0a51b78345 (diff)
Fix bug in the alignment of comments.
Before: const char *test[] = { // A "aaaa", // B "aaaaa", }; After: const char *test[] = { // A "aaaa", // B "aaaaa", }; git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions