[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:38 PDT 2020


nseckar created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
nseckar updated this revision to Diff 270559.
nseckar added a comment.
nseckar added a reviewer: djasper.

Add reviewers


This adds a few more function names expecting a text proto argument.


Repository:
  rG LLVM Github Monorepo

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/e6494b4f/attachment.bin>


More information about the cfe-commits mailing list