]> granicus.if.org Git - clang/commit
clang-format: Take nested lines into account when detection C++03
authorDaniel Jasper <djasper@google.com>
Sat, 18 Jul 2015 16:35:30 +0000 (16:35 +0000)
committerDaniel Jasper <djasper@google.com>
Sat, 18 Jul 2015 16:35:30 +0000 (16:35 +0000)
commit5061880d9979271403ca1c3f4c3a64ca2ac0db38
treea8e7cf03409dd4190bac1670d26e480d53e5b37e
parentb5363ea12917cc34b87eec96d869961f59aab4a5
clang-format: Take nested lines into account when detection C++03
compatibility and variable alignment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242611 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp