[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:18 PDT 2020


lattner added a comment.

Thank you for the review River!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76647/new/

https://reviews.llvm.org/D76647





More information about the llvm-commits mailing list