[PATCH] D76647: Fix a bug in the .mlir lexer, where a \0 character in a file is treated as a colon (due to an accidental fall through) instead of whitespace.
Chris Lattner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 23 17:59:39 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4a219bf7ff6f: Fix a bug in the .mlir lexer, where a \0 character in a file is treated as a… (authored by lattner).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76647/new/
https://reviews.llvm.org/D76647
Files:
mlir/lib/Parser/Lexer.cpp
mlir/lib/Parser/Token.cpp
mlir/lib/Parser/Token.h
mlir/lib/Parser/TokenKinds.def
mlir/test/IR/parser.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76647.252191.patch
Type: text/x-patch
Size: 5294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200324/259fd907/attachment.bin>
More information about the llvm-commits
mailing list