]> granicus.if.org Git - clang/commit
Formatter: Add support for @implementation.
authorNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2013 23:25:37 +0000 (23:25 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 9 Jan 2013 23:25:37 +0000 (23:25 +0000)
commit50767d8c8f2f667255bdb99692c0467ce992bc67
treebcdb26efc63c5f9b5810aeebb34b66e545ca0ee3
parentd017e42af00c2e7c380d0f9b27c81734f4b2844e
Formatter: Add support for @implementation.

Just reuse the @interface code for this. It accepts slightly more than
necessary (@implementation cannot have protocol lists), but that's ok.

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