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)
commit578fdd8968503056dc4bd8d7664281cd3e3595e0
tree3e09b82e7993485e0ff9500b0f4907123412b056
parenta14523f11c4634ad9b1ee780dd4600f82f1814e9
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

llvm-svn: 169520
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/UnwrappedLineParser.cpp
clang/lib/Format/UnwrappedLineParser.h
clang/unittests/Format/FormatTest.cpp