diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-23 16:58:21 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-23 16:58:21 +0000 |
commit | a836b90aa735b897e919ed4bae2e2757d0aafe5e (patch) | |
tree | 0f85e12a10cc44382ab227e50ede5b8eec105025 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b53f37c97882dbce1b717b40ec5bcc5630b2784d (diff) | |
download | llvm-a836b90aa735b897e919ed4bae2e2757d0aafe5e.zip llvm-a836b90aa735b897e919ed4bae2e2757d0aafe5e.tar.gz llvm-a836b90aa735b897e919ed4bae2e2757d0aafe5e.tar.bz2 |
Don't try to align builder-type continuations on assignments.
Before:
int aaaa = aaaaa().aaaaa() // force break
.aaaaa();
After:
int aaaa = aaaaa().aaaaa() // force break
.aaaaa();
The other indent is just wrong and confusing.
llvm-svn: 173273
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions