[clang] [cfi] Enable -fsanitize-annotate-debug-info functionality for CFI checks (PR #139809)

Thurston Dang via cfe-commits cfe-commits at lists.llvm.org
Wed May 14 14:23:50 PDT 2025


================
@@ -1217,6 +1217,35 @@ void CodeGenFunction::EmitBoundsCheck(const Expr *E, const Expr *Base,
   EmitBoundsCheckImpl(E, Bound, Index, IndexType, IndexedType, Accessed);
 }
 
+llvm::DILocation *CodeGenFunction::SanitizerAnnotateDebugInfo(
----------------
thurstond wrote:

Spun off into https://github.com/llvm/llvm-project/pull/139965

https://github.com/llvm/llvm-project/pull/139809


More information about the cfe-commits mailing list