[clang] [llvm] [NFC][analyzer] Introduce the BoundsChecking library (PR #213957)
Balázs Benics via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 07:57:17 PDT 2026
================
@@ -0,0 +1,105 @@
+//===- BoundsChecking.h - Bounds checking related APIs ----------*- C++ -*-===//
----------------
steakhal wrote:
TBH I don't care where it lives. It would be nice to have some consistency but as long as it compiles, I don't care.
https://github.com/llvm/llvm-project/pull/213957
More information about the llvm-commits
mailing list