================ @@ -0,0 +1,105 @@ +//===- BoundsChecking.h - Bounds checking related APIs ----------*- C++ -*-===// ---------------- steakhal wrote:
Have you considered keeping this header inside the lib checkers directory? I didn't think about it personally yet, but I wanted to raise this. We have a few similar headers, such as AllocationState.h and similar. However, there are counterexamples, like Taint.h so I'm not sure where we draw the line. It's very likely that we are inconsistent. https://github.com/llvm/llvm-project/pull/213957 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
