Skip to content

Commit 49a8491

Browse files
committed
add explanation to DialectGen.cpp for readability
1 parent 427ea4b commit 49a8491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/tools/mlir-tblgen/DialectGen.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ tblgen::findDialectToGenerate(ArrayRef<Dialect> dialects) {
109109
/// {0}: The name of the dialect class.
110110
/// {1}: The dialect namespace.
111111
/// {2}: The dialect parent class.
112+
/// {3}: The summary and description comments.
112113
static const char *const dialectDeclBeginStr = R"(
113114
{3}
114115
class {0} : public ::mlir::{2} {

0 commit comments

Comments
 (0)