diff options
author | Daniel Jasper <djasper@google.com> | 2013-08-23 15:14:03 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-08-23 15:14:03 +0000 |
commit | 0649d361722b9a2e74b0cea1e9c0594028949fb7 (patch) | |
tree | 99048084c1093d100cc75203ea82107af99344f9 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | b2f1fb2943c5e6833dcd2e1166b83ae4aca06d7a (diff) | |
download | bcm5719-llvm-0649d361722b9a2e74b0cea1e9c0594028949fb7.tar.gz bcm5719-llvm-0649d361722b9a2e74b0cea1e9c0594028949fb7.zip |
clang-format: Fix indentation relative to unary expressions.
This should be done, only if we are still in the unary expression's
scope.
Before:
bool aaaa = !aaaaaaaa( // break
aaaaaaaaaaa);
*aaaaaa = aaaaaaa( // break
aaaaaaaaaaaaaaaa);
After:
bool aaaa = !aaaaaaaa( // break
aaaaaaaaaaa); // <- (unchanged)
*aaaaaa = aaaaaaa( // break
aaaaaaaaaaaaaaaa); // <- (no longer indented relative to "*")
llvm-svn: 189108
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions