diff options
author | Daniel Jasper <djasper@google.com> | 2013-06-06 16:08:57 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-06-06 16:08:57 +0000 |
commit | 61a40782dfbb9aa0674136769138b2b42412fe54 (patch) | |
tree | 06401f6265cb6b5ded0cd748a9e975209d08c9f0 /llvm/lib/Object/Archive.cpp | |
parent | 0fffc0088cd1acbedad6730266640ce65c5508ad (diff) | |
download | bcm5719-llvm-61a40782dfbb9aa0674136769138b2b42412fe54.tar.gz bcm5719-llvm-61a40782dfbb9aa0674136769138b2b42412fe54.zip |
Fix incorrect line breaking before trailing block comments.
Before, clang-format would happily move a trailing block comment to a
new line, which normally changes the perceived binding of that comment.
E.g., it would move:
void f() { /* comment */
...
}
to:
void f() {
/* comment */
...
}
llvm-svn: 183420
Diffstat (limited to 'llvm/lib/Object/Archive.cpp')
0 files changed, 0 insertions, 0 deletions