[llvm] Add the 'initialized' attribute langref and support (PR #84803)

Haopeng Liu via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 13:20:17 PDT 2024


================
@@ -362,6 +362,21 @@ class FoldingSetNodeID {
     }
   }
 
+  void AddRanges(const SmallVector<std::pair<int64_t, int64_t>, 16> &Ranges) {
+    unsigned Size = Ranges.size();
----------------
haopliu wrote:

Done, thanks!

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


More information about the llvm-commits mailing list