diff options
author | Daniel Jasper <djasper@google.com> | 2013-12-19 21:41:37 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-12-19 21:41:37 +0000 |
commit | 5a611397a2ffdc9f1988e63a6490b0cd64267d65 (patch) | |
tree | 61bc0f6d0c5102e24f65e9c40a548a7d33d9f2da /lld/lib/Driver/DarwinLdDriver.cpp | |
parent | 5c6c62f7fc89840201c8a7767f78867025b98f90 (diff) | |
download | bcm5719-llvm-5a611397a2ffdc9f1988e63a6490b0cd64267d65.tar.gz bcm5719-llvm-5a611397a2ffdc9f1988e63a6490b0cd64267d65.zip |
clang-format: Add special case for leading comments in braced lists.
A comment following the "{" of a braced list seems to almost always
refer to the first element of the list and thus should be aligned
to it.
Before (with Cpp11 braced list style):
SomeFunction({ // Comment 1
"first entry",
// Comment 2
"second entry"});
After:
SomeFunction({// Comment 1
"first entry",
// Comment 2
"second entry"});
llvm-svn: 197725
Diffstat (limited to 'lld/lib/Driver/DarwinLdDriver.cpp')
0 files changed, 0 insertions, 0 deletions