]> granicus.if.org Git - clang/commit
clang-format: Fix various problems in formatting ObjC blocks.
authorDaniel Jasper <djasper@google.com>
Mon, 23 Dec 2013 07:29:06 +0000 (07:29 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 23 Dec 2013 07:29:06 +0000 (07:29 +0000)
commit537ef0a231d983f54d7e637d9da699354c8bec23
tree665ed42b67fed24e5b6c60521edec485e72fda4d
parenta1488035df0c6f2a63d814db72fd60932fc5040a
clang-format: Fix various problems in formatting ObjC blocks.

Among other things, this fixes llvm.org/PR15269.

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