aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/method-call-path-notes.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-26 13:18:08 +0000
committerDaniel Jasper <djasper@google.com>2013-02-26 13:18:08 +0000
commit84a1a63b034744b68a27ec171dca5b1b7cf303f0 (patch)
treeafa57bce3022555cc553c38dd3f5cfa0ae7e7f5d /test/Analysis/method-call-path-notes.cpp
parent1ef81d57fbcc26080c98e140e7c82db6d2aeba87 (diff)
In range-based for-loops, prefer splitting after ":".
Before: for (const aaaaaaaaaaaaaaaaaaaaa & aaaaaaaaa : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa) {} After: for (const aaaaaaaaaaaaaaaaaaaaa &aaaaaaaaa : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa) {} git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/method-call-path-notes.cpp')
0 files changed, 0 insertions, 0 deletions