[PATCH] D63125: FileCheck: Return parse error w/ Error & Expected

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 01:39:34 PDT 2019


thopre created this revision.
thopre added reviewers: jhenderson, jdenny, probinson, arichardson.
thopre added a project: LLVM.
Herald added a subscriber: hiraditya.

Make use of Error and Expected to bubble up diagnostics and force
checking of errors in the callers.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63125

Files:
  llvm/include/llvm/Support/FileCheck.h
  llvm/lib/Support/FileCheck.cpp
  llvm/test/FileCheck/string-defines-diagnostics.txt
  llvm/unittests/Support/FileCheckTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63125.203985.patch
Type: text/x-patch
Size: 41228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190611/5fd1824f/attachment.bin>


More information about the llvm-commits mailing list