diff options
author | Daniel Jasper <djasper@google.com> | 2016-12-19 11:14:23 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-12-19 11:14:23 +0000 |
commit | 7aacf468c013cd8a4e5cb25ba10d231f0c22ccdd (patch) | |
tree | 7557d923ac47368099314cb5a15f7900d331c521 /llvm/lib/CodeGen/LiveRegMatrix.cpp | |
parent | 93459d3142e78bec125075c6b455b734fb7dfc5a (diff) | |
download | bcm5719-llvm-7aacf468c013cd8a4e5cb25ba10d231f0c22ccdd.tar.gz bcm5719-llvm-7aacf468c013cd8a4e5cb25ba10d231f0c22ccdd.zip |
clang-format: Slightly tweak the behavior of <<-wrapping.
Before:
SomeLongLoggingStatementOrMacro() << "Some long text "
<< some_variable << "\n";
Before:
SomeLongLoggingStatementOrMacro()
<< "Some long text " << some_variable << "\n";
Short logging statements are already special cased in a different part
of the code.
llvm-svn: 290094
Diffstat (limited to 'llvm/lib/CodeGen/LiveRegMatrix.cpp')
0 files changed, 0 insertions, 0 deletions