[PATCH] D60384: FileCheck [4/12]: Introduce @LINE numeric expressions
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 15:16:34 PDT 2019
thopre updated this revision to Diff 195924.
thopre marked an inline comment as done.
thopre added a comment.
- Stop using shared_ptr
- Make getUndefVarName return a StringRef rather than an optional one using an empty one if no variable is undefined
- Add unit tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60384/new/
https://reviews.llvm.org/D60384
Files:
llvm/docs/CommandGuide/FileCheck.rst
llvm/include/llvm/Support/FileCheck.h
llvm/lib/Support/FileCheck.cpp
llvm/test/FileCheck/line-count.txt
llvm/unittests/Support/FileCheckTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60384.195924.patch
Type: text/x-patch
Size: 35493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190419/14778fe2/attachment.bin>
More information about the llvm-commits
mailing list