]> granicus.if.org Git - clang/commit
clang-format: Support macros in front of @interface / @protocol for ObjC code.
authorNico Weber <nicolasweber@gmx.de>
Tue, 23 Jan 2018 17:10:25 +0000 (17:10 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 23 Jan 2018 17:10:25 +0000 (17:10 +0000)
commit1bea54fcebd09a05aa138908aabb3b004c0932c3
treeee3c076c0552246890b49f1de88b71b478e10db5
parenta06a1fbd8e3d643a94aaeb7a9855b5b0b13ceca7
clang-format: Support macros in front of @interface / @protocol for ObjC code.

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