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

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 12:55:11 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;
----------------
aeubanks wrote:

+1, no need to abbreviate

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


More information about the llvm-commits mailing list