diff options
author | Daniel Jasper <djasper@google.com> | 2012-12-21 14:37:20 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2012-12-21 14:37:20 +0000 |
commit | fbde69e266f62e945c3a937b3607ac2e039c3717 (patch) | |
tree | 20ed4816e17cf60bbd47b171d05bae9a7b692a89 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4669d18893c07cded1b9c4f4bccf258d6b0ffd01 (diff) | |
download | llvm-fbde69e266f62e945c3a937b3607ac2e039c3717.zip llvm-fbde69e266f62e945c3a937b3607ac2e039c3717.tar.gz llvm-fbde69e266f62e945c3a937b3607ac2e039c3717.tar.bz2 |
Basic support for formatting for-loops.
We used to not really format them. Now we do:
for (MachineBasicBlock::succ_iterator SI = BB->succ_begin(),
SE = BB->succ_end();
SI != SE; ++SI) {
This is just one example and I am sure we still mess some of them up, but it
is a step forward.
llvm-svn: 170899
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions