[PATCH] D42651: [clang-format] Disable some text proto delimiters and functions for google style
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 29 11:29:44 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL323678: [clang-format] Disable some text proto delimiters and functions for google style (authored by krasimir, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D42651
Files:
cfe/trunk/lib/Format/Format.cpp
Index: cfe/trunk/lib/Format/Format.cpp
===================================================================
--- cfe/trunk/lib/Format/Format.cpp
+++ cfe/trunk/lib/Format/Format.cpp
@@ -709,17 +709,9 @@
{
"pb",
"PB",
- "proto",
- "PROTO",
- "textproto",
- "TEXTPROTO",
},
/*EnclosingFunctionNames=*/
- {
- "EqualsProto",
- "PARSE_TEXT_PROTO",
- "ParseTextProto",
- },
+ {},
/*CanonicalDelimiter=*/"",
/*BasedOnStyle=*/"google",
}};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42651.131833.patch
Type: text/x-patch
Size: 572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180129/39f76a1d/attachment.bin>
More information about the cfe-commits
mailing list