[clang] [ubsan] Add more -fsanitize-annotate-debug-info checks (PR #141997)
Thurston Dang via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 3 09:18:44 PDT 2025
================
@@ -2817,7 +2817,9 @@ void CodeGenFunction::EmitVTablePtrCheckForCall(const CXXRecordDecl *RD,
RD = LeastDerivedClassWithSameLayout(RD);
auto [Ordinal, _] = SanitizerInfoFromCFICheckKind(TCK);
- ApplyDebugLocation ApplyTrapDI(*this, SanitizerAnnotateDebugInfo(Ordinal));
+ ApplyDebugLocation ApplyTrapDI(
----------------
thurstond wrote:
Fixed in https://github.com/llvm/llvm-project/pull/141997/commits/ff5ffbf9d4ad126d21147b818629c9bb01f1e90d
https://github.com/llvm/llvm-project/pull/141997
More information about the cfe-commits
mailing list