[llvm-branch-commits] [clang] [clang] [sanitizer] add pseudofunction to indicate array-bounds check (PR #128977)

Florian Mayer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 25 14:48:21 PDT 2025


================
@@ -355,12 +355,12 @@ class CGDebugInfo {
       llvm::ArrayRef<llvm::Metadata *> PreviousFieldsDI, const RecordDecl *RD);
 
   /// A cache that maps names of artificial inlined functions to subprograms.
-  llvm::StringMap<llvm::DISubprogram *> InlinedTrapFuncMap;
+  llvm::StringMap<llvm::DISubprogram *> InlinedSubprogramMap;
----------------
fmayer wrote:

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

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


More information about the llvm-branch-commits mailing list