aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-28 13:21:16 +0000
committerDaniel Jasper <djasper@google.com>2013-01-28 13:21:16 +0000
commit0b41cbb5337eda65fa354fc24c22951cd77730a0 (patch)
treee994ec6dba04114193fd0a751c494b2a740ce556 /clang/lib/Serialization/ModuleManager.cpp
parentca6623b9e3ab292558837b0543e4ab2ac147eb3b (diff)
downloadllvm-0b41cbb5337eda65fa354fc24c22951cd77730a0.zip
llvm-0b41cbb5337eda65fa354fc24c22951cd77730a0.tar.gz
llvm-0b41cbb5337eda65fa354fc24c22951cd77730a0.tar.bz2
Initial support for formatting range-based for-loops.
Before (in good cases): for (auto aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa) {} for (auto aaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaaaaa, aaaa)) {} After: for (auto aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa) {} for (auto aaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaaaaa, aaaa)) {} llvm-svn: 173684
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions