summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.h
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-01-23 17:10:25 +0000
committerNico Weber <nicolasweber@gmx.de>2018-01-23 17:10:25 +0000
commitc068ff72c526c75f3ba87b7a5ef6d051a17e3c45 (patch)
tree0b18c18857bc044909648914e82f02778a689169 /clang/lib/Format/UnwrappedLineParser.h
parentf1d814d40c054f4603e1b7bbadbe188e38496c24 (diff)
downloadbcm5719-llvm-c068ff72c526c75f3ba87b7a5ef6d051a17e3c45.tar.gz
bcm5719-llvm-c068ff72c526c75f3ba87b7a5ef6d051a17e3c45.zip
clang-format: Support macros in front of @interface / @protocol for ObjC code.
llvm-svn: 323226
Diffstat (limited to 'clang/lib/Format/UnwrappedLineParser.h')
-rw-r--r--clang/lib/Format/UnwrappedLineParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/UnwrappedLineParser.h b/clang/lib/Format/UnwrappedLineParser.h
index 1d8ccabbd0f..62238aba879 100644
--- a/clang/lib/Format/UnwrappedLineParser.h
+++ b/clang/lib/Format/UnwrappedLineParser.h
@@ -119,7 +119,7 @@ private:
void parseObjCProtocolList();
void parseObjCUntilAtEnd();
void parseObjCInterfaceOrImplementation();
- void parseObjCProtocol();
+ bool parseObjCProtocol();
void parseJavaScriptEs6ImportExport();
bool tryToParseLambda();
bool tryToParseLambdaIntroducer();
OpenPOWER on IntegriCloud