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",
},
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",
},
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits