diff options
author | Daniel Jasper <djasper@google.com> | 2015-06-03 09:26:03 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-06-03 09:26:03 +0000 |
commit | 5962fa80c2c41f5d467ff362f9a1db3abf243539 (patch) | |
tree | d4beb6157b9dece2d7a322eaa7da18e6130b56ac /clang/unittests/Tooling/RefactoringTest.cpp | |
parent | 4432d87578135648f35401c52b1462f4ebe24cd8 (diff) | |
download | bcm5719-llvm-5962fa80c2c41f5d467ff362f9a1db3abf243539.tar.gz bcm5719-llvm-5962fa80c2c41f5d467ff362f9a1db3abf243539.zip |
clang-format: Properly reset BreakBeforeParameter when wrapping
operators to the new line.
Before:
LOG_IF(aaa == //
bbb)
<< a
<< b;
After:
LOG_IF(aaa == //
bbb)
<< a << b;
llvm-svn: 238911
Diffstat (limited to 'clang/unittests/Tooling/RefactoringTest.cpp')
0 files changed, 0 insertions, 0 deletions