forked from OSchip/llvm-project
[Format] Add more proto enclosing function names
This commit is contained in:
parent
7a9258e9bb
commit
f1ef237df7
|
@ -1009,6 +1009,8 @@ FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) {
|
|||
"PARSE_TEXT_PROTO",
|
||||
"ParseTextOrDie",
|
||||
"ParseTextProtoOrDie",
|
||||
"ParseTestProto",
|
||||
"ParsePartialTestProto",
|
||||
},
|
||||
/*CanonicalDelimiter=*/"",
|
||||
/*BasedOnStyle=*/"google",
|
||||
|
|
Loading…
Reference in New Issue