diff options
author | Daniel Jasper <djasper@google.com> | 2014-09-05 08:53:45 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-09-05 08:53:45 +0000 |
commit | 3a038de3c8f3b898d49df0c1988eecfea9cfdca8 (patch) | |
tree | 1cf1944208648a0fb2a6119a07a40c32f4e87735 /clang/lib/Format/ContinuationIndenter.cpp | |
parent | 3f69ba107515e95a0f21affca5a5159b274d448a (diff) | |
download | bcm5719-llvm-3a038de3c8f3b898d49df0c1988eecfea9cfdca8.tar.gz bcm5719-llvm-3a038de3c8f3b898d49df0c1988eecfea9cfdca8.zip |
clang-format: [JS] JavaScript does not have the */&/&& madness.
Before:
e&& e.SomeFunction();
After:
e && e.SomeFunction();
Yeah, this might be useful for C++, too, but it is not such a frequent
pattern there (plus the fix is much harder).
llvm-svn: 217237
Diffstat (limited to 'clang/lib/Format/ContinuationIndenter.cpp')
0 files changed, 0 insertions, 0 deletions