llvm-project/mlir/lib/Parser
River Riddle 2fa4bc9fc8 Implement value type abstraction for locations.
Value type abstraction for locations differ from others in that a Location can NOT be null. NOTE: dyn_cast returns an Optional<T>.

PiperOrigin-RevId: 220682078
2019-03-29 13:52:31 -07:00
..
Lexer.cpp Implement value type abstraction for locations. 2019-03-29 13:52:31 -07:00
Lexer.h Implement value type abstraction for locations. 2019-03-29 13:52:31 -07:00
Parser.cpp Implement value type abstraction for locations. 2019-03-29 13:52:31 -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