summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2018-04-11 14:51:54 +0000
committerManuel Klimek <klimek@google.com>2018-04-11 14:51:54 +0000
commitd0f3fe5563a96d0db9e7fc27c54a3a0b1083c715 (patch)
tree35c44122039db2a31f30e18b63d877664c03f1c7 /llvm/lib
parent9381ae9791d57dd09fa10c22d52a17ca2bbcd4b2 (diff)
downloadbcm5719-llvm-d0f3fe5563a96d0db9e7fc27c54a3a0b1083c715.tar.gz
bcm5719-llvm-d0f3fe5563a96d0db9e7fc27c54a3a0b1083c715.zip
Fix bugs around handling C++11 attributes.
Previously, we would format: int a() { ... } [[unused]] int b() { ... } as... int a() {} [[unused] int b() {} Now we correctly format each on its own line. Similarly, we would detect: [[unused]] int b() { return 42; } As a lambda and leave it on a single line, even if that was disallowed by the format style. llvm-svn: 329816
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud