[llvm-branch-commits] [clang] [Clang] Add __builtin_allow_sanitize_check() (PR #172030)
Alexander Potapenko via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 15 08:12:14 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
----------------
ramosian-glider wrote:
Shouldn't comments in this file end with a period?
https://github.com/llvm/llvm-project/pull/172030
More information about the llvm-branch-commits
mailing list