[llvm-branch-commits] [clang] [Clang] Add __builtin_allow_sanitize_check() (PR #172030)
Marco Elver via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Dec 17 11:53:20 PST 2025
================
@@ -0,0 +1,24 @@
+// RUN: %clang_cc1 -fsyntax-only -verify %s
+
+void test_builtin_allow_sanitize_check() {
+ // Test with non-string literal argument
----------------
melver wrote:
Done.
https://github.com/llvm/llvm-project/pull/172030
More information about the llvm-branch-commits
mailing list