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

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Mar 8 18:40:14 PST 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;
----------------
vitalybuka wrote:

Can you rename in a separate NFC patch?

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


More information about the llvm-branch-commits mailing list