diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-26 13:59:14 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-26 13:59:14 +0000 |
commit | 518ee34467c0722e253a58efea20456e96aa5802 (patch) | |
tree | 1d7ee2ec9d3370e219d3217a141e4e846cbf5955 /test/Analysis/method-call-path-notes.cpp | |
parent | d79f1f37b04703addb631ee11d266d3bfc3dd451 (diff) |
Fix bad line break decision.
Before:
if (Intervals[i].getRange().getFirst() < Intervals[i - 1]
.getRange().getLast()) {}
After:
if (Intervals[i].getRange().getFirst() <
Intervals[i - 1].getRange().getLast()) {}
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/method-call-path-notes.cpp')
0 files changed, 0 insertions, 0 deletions