llvm-project/mlir/lib/Parser
Chris Lattner dfc58848e3 Two unrelated API cleanups: remove the location processing stuff from custom op
parser hooks, as it has been subsumed by a simpler and cleaner mechanism.
Second, remove the "Inst" suffixes from a few methods in CFGFuncBuilder since
they are redundant and this is inconsistent with the other builders.  NFC.

PiperOrigin-RevId: 210006263
2019-03-29 13:04:47 -07:00
..
Lexer.cpp Escape and unescape strings in the parser and printer so they can roundtrip, 2019-03-29 13:00:05 -07:00
Lexer.h Support for affine integer sets 2019-03-29 12:56:58 -07:00
Parser.cpp Two unrelated API cleanups: remove the location processing stuff from custom op 2019-03-29 13:04:47 -07:00
Token.cpp [mlir] Fix tests after Chris implemented string escaping in MLIR 2019-03-29 13:01:08 -07:00
Token.h Add parsing for floating point attributes. 2019-03-29 12:51:12 -07:00
TokenKinds.def Support for affine integer sets 2019-03-29 12:56:58 -07:00