Author: Sam McCall
Date: 2020-06-16T18:05:01+02:00
New Revision: f1ef237df7c1b9f743c7a4cdcb50cf49f60c1698

URL: 
https://github.com/llvm/llvm-project/commit/f1ef237df7c1b9f743c7a4cdcb50cf49f60c1698
DIFF: 
https://github.com/llvm/llvm-project/commit/f1ef237df7c1b9f743c7a4cdcb50cf49f60c1698.diff

LOG: [Format] Add more proto enclosing function names

Added: 
    

Modified: 
    clang/lib/Format/Format.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp
index 1f7a8029bac0..d83410b1f7e1 100644
--- a/clang/lib/Format/Format.cpp
+++ b/clang/lib/Format/Format.cpp
@@ -1009,6 +1009,8 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind 
Language) {
               "PARSE_TEXT_PROTO",
               "ParseTextOrDie",
               "ParseTextProtoOrDie",
+              "ParseTestProto",
+              "ParsePartialTestProto",
           },
           /*CanonicalDelimiter=*/"",
           /*BasedOnStyle=*/"google",


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to