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

Jan Voung via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 17:29:00 PDT 2024


================
@@ -186,6 +193,9 @@ class Attribute {
   /// Return true if the attribute is a type attribute.
   bool isTypeAttribute() const;
 
+  /// Return true if the attribute is a const range list attribute.
+  bool isConstRangeListAttribute() const;
----------------
jvoung wrote:

nit: wonder if should s/Const/Constant/ to be consistent with isConstantRangeAttribute, etc.

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


More information about the llvm-commits mailing list