llvm-project/mlir/lib/Parser
Chris Lattner be9ee4a98e Merge parser logic for CFG and ML functions, shrinking the code
by ~80 lines.  This causes a slight change to diagnostics, but
is otherwise behavior preserving.

This is step 22/n towards merging instructions and statements, MFC.

PiperOrigin-RevId: 227187857
2019-03-29 14:44:44 -07:00
..
Lexer.cpp Return bool from all emitError methods similar to Operation::emitOpError 2019-03-29 14:22:06 -07:00
Lexer.h Implement value type abstraction for locations. 2019-03-29 13:52:31 -07:00
Parser.cpp Merge parser logic for CFG and ML functions, shrinking the code 2019-03-29 14:44:44 -07:00
Token.cpp Avoid hardcoded 4096 constant 2019-03-29 13:06:36 -07:00
Token.h Add parsing for floating point attributes. 2019-03-29 12:51:12 -07:00
TokenKinds.def Change sigil for integer set: @@ -> # 2019-03-29 13:40:21 -07:00