]> granicus.if.org Git - clang/commit
Clang-format: IndentCaseLabels option, proper namespace handling
authorAlexander Kornienko <alexfh@google.com>
Thu, 6 Dec 2012 18:03:27 +0000 (18:03 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 6 Dec 2012 18:03:27 +0000 (18:03 +0000)
commit15757316d67cb7a854d53a0402d67ad58347600a
treefc3e055fa4fbe5539cab47209eb3840611a6a971
parent762661a077ffa73580d556a9dd149830662d972e
Clang-format: IndentCaseLabels option, proper namespace handling

Summary: + tests arranged in groups, as their number is already quite large.

Reviewers: djasper, klimek

Reviewed By: djasper

CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D185

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