[clang] [BoundsSafety][APINotes] Upstream API notes format for bounds-safety function parameters (PR #185257)
Connector Switch via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 10 09:18:57 PDT 2026
================
@@ -0,0 +1,19 @@
+// RUN: rm -rf %t && mkdir -p %t
+// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModulesCache -fapinotes-modules -fsyntax-only -I %S/Inputs/Headers -F %S/Inputs/Frameworks %s -ast-dump -ast-dump-filter asdf | FileCheck %s
+
----------------
c8ef wrote:
Added a FIXME.
https://github.com/llvm/llvm-project/pull/185257
More information about the cfe-commits
mailing list