]> granicus.if.org Git - clang/commit
Formatting: Add support for @protocol.
authorNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2013 21:15:03 +0000 (21:15 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2013 21:15:03 +0000 (21:15 +0000)
commit1abe6ea5b8961a0fc14c2e0bdbd7451f643ca065
tree9dce7b92a3f04afa006cd9f12e74274ce49eb60a
parentfa49c18071500d43c86a3c0029aecaea954a64ca
Formatting: Add support for @protocol.

Pull pieces of the @interface code into reusable methods.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172001 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h
test/Index/comment-objc-decls.m
unittests/Format/FormatTest.cpp