diff options
| author | Daniel Jasper <djasper@google.com> | 2016-12-20 15:27:46 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2016-12-20 15:27:46 +0000 |
| commit | f789f05ee2e39b5fee20b7dd1d0bd5141bbf662f (patch) | |
| tree | d155cb0e03949c1ae68749757062e51cf471a7b3 /llvm/test | |
| parent | e3f35e4db67f08c14521fc1e4e8f360260bf34bb (diff) | |
| download | bcm5719-llvm-f789f05ee2e39b5fee20b7dd1d0bd5141bbf662f.tar.gz bcm5719-llvm-f789f05ee2e39b5fee20b7dd1d0bd5141bbf662f.zip | |
clang-format: Fix bug in understanding string-label&value analysis.
While for <<-operators often used in log statments, a single key value
pair is always on the second operator, e.g.
llvm::errs() << "aaaaa=" << aaaaa;
It is on the first operator for plus- or comma-concatenated strings:
string s = "aaaaaaaaaa: " + aaaaaaaa;
(the "=" not counting because that's a different operator precedence)
llvm-svn: 290177
Diffstat (limited to 'llvm/test')
0 files changed, 0 insertions, 0 deletions

