We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427ea4b commit 49a8491Copy full SHA for 49a8491
mlir/tools/mlir-tblgen/DialectGen.cpp
@@ -109,6 +109,7 @@ tblgen::findDialectToGenerate(ArrayRef<Dialect> dialects) {
109
/// {0}: The name of the dialect class.
110
/// {1}: The dialect namespace.
111
/// {2}: The dialect parent class.
112
+/// {3}: The summary and description comments.
113
static const char *const dialectDeclBeginStr = R"(
114
{3}
115
class {0} : public ::mlir::{2} {
0 commit comments