[PATCH] D49084: FileCheck: Add support for numeric variables and expressions
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 25 13:32:40 PST 2019
thopre updated this revision to Diff 183612.
thopre marked 42 inline comments as done.
thopre added a comment.
Herald added a subscriber: hiraditya.
Besides typo and wording improvements:
- Merge Eval and SetValueFromEval
- Use union to store an int64_t or uint64_t in FileCheckNumExprVal
- Turn Add and Sub into operator overloading.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49084/new/
https://reviews.llvm.org/D49084
Files:
llvm/docs/CommandGuide/FileCheck.rst
llvm/include/llvm/Support/FileCheck.h
llvm/lib/Support/FileCheck.cpp
llvm/test/FileCheck/defines.txt
llvm/test/FileCheck/numeric-expression.txt
llvm/test/FileCheck/regex-scope.txt
llvm/test/FileCheck/var-scope.txt
llvm/test/FileCheck/verbose.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49084.183612.patch
Type: text/x-patch
Size: 128299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190125/dde8ff3c/attachment-0001.bin>
More information about the llvm-commits
mailing list