[PATCH] D28896: [FileCheck] Add directive for checking for blank lines
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 07:03:24 PDT 2018
jhenderson updated this revision to Diff 152881.
jhenderson marked 3 inline comments as done.
jhenderson set the repository for this revision to rL LLVM.
jhenderson added a subscriber: edd.
jhenderson added a comment.
Address review comments:
- Rebased (no actual changes needed as a result, but it updates the diff context).
- Removed unrelated whitespace changes.
- Move CHECK2 to be the last case in the test, so that it is closer to the strings to be checked.
- Added checking for CHECK-EMPTY-NOT and CHECK-NOT-EMPTY patterns.
Repository:
rL LLVM
https://reviews.llvm.org/D28896
Files:
docs/CommandGuide/FileCheck.rst
test/FileCheck/check-empty-tag.txt
utils/FileCheck/FileCheck.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28896.152881.patch
Type: text/x-patch
Size: 7846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180626/3ac49127/attachment.bin>
More information about the llvm-commits
mailing list