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", },
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