[clang] WebKit checkers: recgonize @YES / @NO as safe constants (PR #148721)
Rashmi Mudduluru via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 15 09:28:19 PDT 2025
================
@@ -329,13 +329,17 @@ void foo() {
}
}
+#define YES 1
----------------
t-rasmud wrote:
Ah, got it. Thank you.
https://github.com/llvm/llvm-project/pull/148721
More information about the cfe-commits
mailing list