================
@@ -7988,6 +7992,19 @@ void CheckFormatHandler::HandleIncompleteSpecifier(const 
char *startSpecifier,
                        getSpecifierRange(startSpecifier, specifierLen));
 }
 
+bool CheckFormatHandler::CheckUnsupportedType(
+    const analyze_format_string::ArgType &AT, const Expr *E,
+    const char *startSpecifier, unsigned specifierLen) {
----------------
AaronBallman wrote:

```suggestion
    const char *StartSpecifier, unsigned SpecifierLen) {
```

https://github.com/llvm/llvm-project/pull/201098
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to