krasimir created this revision.
krasimir added a reviewer: sammccall.
Herald added subscribers: cfe-commits, klimek.
This disables some of the most commonly used text proto delimiters and functions
for google style until we resolve several style options for that style.
In particular, wheter there should be a space surrounding braces ``msg { sub {
key : value } }``
and the extent of packing of submessages on a same line.
Repository:
rC Clang
https://reviews.llvm.org/D42651
Files:
lib/Format/Format.cpp
Index: lib/Format/Format.cpp
===================================================================
--- lib/Format/Format.cpp
+++ lib/Format/Format.cpp
@@ -709,17 +709,9 @@
{
"pb",
"PB",
- "proto",
- "PROTO",
- "textproto",
- "TEXTPROTO",
},
/*EnclosingFunctionNames=*/
- {
- "EqualsProto",
- "PARSE_TEXT_PROTO",
- "ParseTextProto",
- },
+ {},
/*CanonicalDelimiter=*/"",
/*BasedOnStyle=*/"google",
}};
Index: lib/Format/Format.cpp
===================================================================
--- lib/Format/Format.cpp
+++ lib/Format/Format.cpp
@@ -709,17 +709,9 @@
{
"pb",
"PB",
- "proto",
- "PROTO",
- "textproto",
- "TEXTPROTO",
},
/*EnclosingFunctionNames=*/
- {
- "EqualsProto",
- "PARSE_TEXT_PROTO",
- "ParseTextProto",
- },
+ {},
/*CanonicalDelimiter=*/"",
/*BasedOnStyle=*/"google",
}};
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits