================
@@ -11815,6 +11815,18 @@ isArithmeticArgumentPromotion(Sema &S, const 
ImplicitCastExpr *ICE) {
          S.Context.getFloatingTypeOrder(From, To) < 0;
 }
 
+static clang::analyze_format_string::ArgType::MatchKind
----------------
inclyc wrote:

```suggestion
static analyze_format_string::ArgType::MatchKind
```

Maybe we can remove this namespace?

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

Reply via email to