llvm-project/mlir/lib/Parser
Chris Lattner 4c05f8cac6 Merge CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new
FuncBuilder class.  Also rename SSAValue.cpp to Value.cpp

This is step 12/n towards merging instructions and statements, NFC.

PiperOrigin-RevId: 227067644
2019-03-29 14:40:22 -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 CFGFuncBuilder/MLFuncBuilder/FuncBuilder together into a single new 2019-03-29 14:40:22 -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