[PATCH] D79936: [FileCheck] Add function call support to numerical expressions.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 10:51:43 PDT 2020


paulwalker-arm updated this revision to Diff 264280.
paulwalker-arm added a comment.

I believe the patch is now ready for review. There's an open question as to
whether the precedence operator (i.e. `!()`) is required, but since it's
implementation came largely for free I ran with it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79936

Files:
  llvm/docs/CommandGuide/FileCheck.rst
  llvm/lib/Support/FileCheck.cpp
  llvm/lib/Support/FileCheckImpl.h
  llvm/test/FileCheck/numeric-expression.txt
  llvm/unittests/Support/FileCheckTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79936.264280.patch
Type: text/x-patch
Size: 20680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/3676244e/attachment.bin>


More information about the llvm-commits mailing list