]> granicus.if.org Git - clang/commit
[C++11] Switch the clang-format LLVM style to use C++11 style braced
authorChandler Carruth <chandlerc@gmail.com>
Sun, 2 Mar 2014 12:37:31 +0000 (12:37 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 2 Mar 2014 12:37:31 +0000 (12:37 +0000)
commit99aa2bfed56557805230cb81e1b41008591cc29c
treeb6028170bddbc4562dd717c20e86fc8803c85cc9
parent1824794b41bbf858f582656ace9e649753f33ccf
[C++11] Switch the clang-format LLVM style to use C++11 style braced
init list formatting. This suggestion has now gone into the LLVM coding
standards, and is particularly relevant now that we're using C++11.

Updated a really ridiculous number of tests to reflect this change.

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