[llvm-branch-commits] [mlir] [mlir][ODS] Verify type constraints in Types and Attributes (PR #102326)

Matthias Springer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Aug 9 11:52:53 PDT 2024


================
@@ -153,6 +153,9 @@ class TypeConstraint<Pred predicate, string summary = "",
     Constraint<predicate, summary> {
   // The name of the C++ Type class if known, or Type if not.
   string cppClassName = cppClassNameParam;
+  // TODO: This field is sometimes called `cppClassName` and sometimes
----------------
matthias-springer wrote:

Fixed in #102657.

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


More information about the llvm-branch-commits mailing list