[mlir:PDLL] Improve the location ranges of several expressions during parsing
authorRiver Riddle <riddleriver@gmail.com>
Wed, 18 May 2022 00:49:28 +0000 (17:49 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Wed, 18 May 2022 07:23:47 +0000 (00:23 -0700)
commit6d4471efb0b94c066e5e93c99278397691869dbc
tree536cb1dcfc4bad1b0a46d5f7759fab9763d3621b
parente213e5a999dbaa3c1aa97a6f81b77a3358b00b2a
[mlir:PDLL] Improve the location ranges of several expressions during parsing

This allows for the range to encompass more of the source associated
with the full expression, making diagnostics easier to see/tooling easier/etc.
mlir/lib/Tools/PDLL/Parser/Parser.cpp