diff options
author | Daniel Jasper <djasper@google.com> | 2013-02-26 13:18:08 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-02-26 13:18:08 +0000 |
commit | 84a1a63b034744b68a27ec171dca5b1b7cf303f0 (patch) | |
tree | afa57bce3022555cc553c38dd3f5cfa0ae7e7f5d /test/Analysis/method-call-path-notes.cpp | |
parent | 1ef81d57fbcc26080c98e140e7c82db6d2aeba87 (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