[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
================
@@ -3738,6 +3738,103 @@ behavior of the program is undefined.
}];
}
+def FormatMatchesDocs : Documentation {
----------------
erichkeane wrote:
I'm hopeful someone comes along and does a better 'english/documentation-quality' review of this. I don't have the mental acuity at the moment.
https://github.com/llvm/llvm-project/pull/116708
More information about the cfe-commits
mailing list