================ @@ -1556,7 +1557,7 @@ class RecordVal { bool IsUsed = false; /// Reference locations to this record value. - SmallVector<SMRange> ReferenceLocs; + mutable SmallVector<SMRange> ReferenceLocs; ---------------- arsenm wrote:
Is this removed in later patches? https://github.com/llvm/llvm-project/pull/110032 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits