Skip to content

Commit d1b63c6

Browse files
committed
Apply clang-tidy fixes for readability-avoid-const-params-in-decls to MLIR (NFC)
1 parent e8d0739 commit d1b63c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/TableGen/CodeGenHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class StaticVerifierFunctionEmitter {
203203

204204
/// A generic function to emit constraints
205205
void emitConstraints(const ConstraintMap &constraints, StringRef selfName,
206-
const char *const codeTemplate);
206+
const char *codeTemplate);
207207

208208
/// Assign a unique name to a unique constraint.
209209
std::string getUniqueName(StringRef kind, unsigned index);

0 commit comments

Comments
 (0)