================
@@ -3409,3 +3409,30 @@ StringRef 
tools::parseMRecipOption(clang::DiagnosticsEngine &Diags,
 
   return Out;
 }
+
+std::string tools::ComplexRangeKindToStr(LangOptions::ComplexRangeKind Range) {
----------------
tarunprabhu wrote:

The functions in `CommonArgs.cpp` use a lower-case letter as the first letter 
in the function name, unlike clang which often uses upper case. 

```suggestion
std::string tools::complexRangeKindToStr(LangOptions::ComplexRangeKind Range) {
```

https://github.com/llvm/llvm-project/pull/146641
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to