[PATCH] D81781: Add additional text format functions to Google style.
Nicholas Seckar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 12 18:48:39 PDT 2020
nseckar updated this revision to Diff 270559.
nseckar added a comment.
Add reviewers
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81781/new/
https://reviews.llvm.org/D81781
Files:
clang/lib/Format/Format.cpp
Index: clang/lib/Format/Format.cpp
===================================================================
--- clang/lib/Format/Format.cpp
+++ clang/lib/Format/Format.cpp
@@ -1007,6 +1007,8 @@
"PARSE_PARTIAL_TEXT_PROTO",
"PARSE_TEST_PROTO",
"PARSE_TEXT_PROTO",
+ "ParsePartialTestProto",
+ "ParseTestProto",
"ParseTextOrDie",
"ParseTextProtoOrDie",
},
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81781.270559.patch
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200613/009e5157/attachment.bin>
More information about the cfe-commits
mailing list