This is a full audit of emitError calls, I took the opportunity
to remove extranous parens and fix a couple cases where we'd
generate multiple diagnostics for the same error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/lib/Parser/AffineParser.cpp | ||
|---|---|---|
| 300 | Does this error get emitted in parseElement now? | |
Comment Actions
Thx for the reviews!
| mlir/lib/Parser/AffineParser.cpp | ||
|---|---|---|
| 300 | Yes, i always did, this was generating two diagnostics for the same line. | |
Does this error get emitted in parseElement now?