[clang] [llvm] [Sema] Implement support for -Wformat-signedness (PR #74440)

Yingchi Long via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 18:53:51 PST 2023


================
@@ -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


More information about the cfe-commits mailing list