================
@@ -780,6 +791,9 @@ bool parseFormatStringHasFormattingSpecifiers(const char 
*Begin,
                                               const LangOptions &LO,
                                               const TargetInfo &Target);
 
+ArgType wToArgType(int size, bool fast, ASTContext &C);
+ArgType wToArgTypeUnsigned(int size, bool fast, ASTContext &C);
----------------
AaronBallman wrote:

```suggestion
ArgType wToArgType(int Size, bool Fast, ASTContext &C);
ArgType wToArgTypeUnsigned(int Size, bool Fast, ASTContext &C);
```
for naming conventions. You should take a pass over your changes and make 
similar corrections.

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

Reply via email to