[clang] [clang] Implement __attribute__((format_matches)) (PR #116708)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 25 07:26:14 PST 2024


================
@@ -292,7 +292,7 @@ class ArgType {
   };
 
 private:
-  const Kind K;
+  Kind K;
----------------
erichkeane wrote:

Oh? Is this necessary?

https://github.com/llvm/llvm-project/pull/116708


More information about the cfe-commits mailing list