This allows the caller to distinguish between a parse error or an
unmatched keyword. It fixes the redundant error that was emitted by the
caller when the generated parser would fail.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Async/IR/Async.cpp | ||
---|---|---|
337–343 | Nit: the extra scope is not necessary at the end of the function |
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp | ||
---|---|---|
2536–2543 | Could you fix this error style while here? |
mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp | ||
---|---|---|
816 | Missing newlines at the end of this line and the one below. |
Nit: the extra scope is not necessary at the end of the function