NFC: Convert the ParseResult enum into a simple struct wrapper around LogicalResu...
authorRiver Riddle <riverriddle@google.com>
Tue, 7 May 2019 05:00:08 +0000 (22:00 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sat, 11 May 2019 02:23:15 +0000 (19:23 -0700)
commit6ccf90147ca3d4db20b1b0966d944a58e64cb77e
tree5616d735c62b5ae6911e3a7658f321875bfde133
parentae9f4f21570865eba572202d29240c112b37a4d6
NFC: Convert the ParseResult enum into a simple struct wrapper around LogicalResult. This allows for using the existing infrastructure for LogicalResult while retaining the ability to easily chain together parse rules. This will also simplify the transition of the parser to use the new diagnostics infrastructure.

--

PiperOrigin-RevId: 246955372
mlir/lib/Parser/Parser.cpp