aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/FormatToken.h
diff options
context:
space:
mode:
authorAndi-Bogdan Postelnicu <andi@mozilla.com>2017-03-10 15:10:37 +0000
committerAndi-Bogdan Postelnicu <andi@mozilla.com>2017-03-10 15:10:37 +0000
commitc658c8caa228ebed6629ee2364f5c88c2234cbf8 (patch)
treeb464d2f3c5265c97e33e2ab19d3595cc3dc92906 /lib/Format/FormatToken.h
parenta024a336fe8a86be1630ec37a10dfaaf3b04a32e (diff)
[clang-format] Add option to break before inheritance separation operator in class declaration.
Differential Revision: https://reviews.llvm.org/D30487 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297467 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/FormatToken.h')
-rw-r--r--lib/Format/FormatToken.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Format/FormatToken.h b/lib/Format/FormatToken.h
index 3cf95ae125..8492829abf 100644
--- a/lib/Format/FormatToken.h
+++ b/lib/Format/FormatToken.h
@@ -48,6 +48,7 @@ namespace format {
TYPE(FunctionTypeLParen) \
TYPE(ImplicitStringLiteral) \
TYPE(InheritanceColon) \
+ TYPE(InheritanceComma) \
TYPE(InlineASMBrace) \
TYPE(InlineASMColon) \
TYPE(JavaAnnotation) \