[clang] [llvm] [mlir] [LLVM][TableGen] Change SeachableTableEmitter to use const RecordKeeper (PR #110032)
    Rahul Joshi via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep 30 06:55:48 PDT 2024
    
    
  
================
@@ -1556,7 +1557,7 @@ class RecordVal {
   bool IsUsed = false;
 
   /// Reference locations to this record value.
-  SmallVector<SMRange> ReferenceLocs;
+  mutable SmallVector<SMRange> ReferenceLocs;
----------------
jurahul wrote:
Done. PTAL
https://github.com/llvm/llvm-project/pull/110032
    
    
More information about the llvm-commits
mailing list