]> granicus.if.org Git - llvm/commit
Revert "FileCheck [5/12]: Introduce regular numeric variables"
authorThomas Preud'homme <thomasp@graphcore.ai>
Tue, 14 May 2019 08:43:11 +0000 (08:43 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Tue, 14 May 2019 08:43:11 +0000 (08:43 +0000)
commit3b00c5331f36d02c41df23f8545e002a81080b55
treeeef85d295d62820a7d1485d0e8c9fc9492d9058a
parent77b2d7ce3057cd75bd19af3a3a993a49804da84b
Revert "FileCheck [5/12]: Introduce regular numeric variables"

This reverts r360578 (git e47362c1ec1ea31b626336cc05822035601c3e57) to
solve the sphinx build failure on
http://lab.llvm.org:8011/builders/llvm-sphinx-docs buildbot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360653 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/FileCheck.rst
include/llvm/Support/FileCheck.h
lib/Support/FileCheck.cpp
test/FileCheck/numeric-defines-diagnostics.txt [deleted file]
test/FileCheck/numeric-defines.txt [deleted file]
test/FileCheck/numeric-expression.txt [deleted file]
test/FileCheck/pattern-defines-diagnostics.txt
test/FileCheck/regex-scope.txt [new file with mode: 0644]
test/FileCheck/var-scope.txt [deleted file]
test/FileCheck/verbose.txt
unittests/Support/FileCheckTest.cpp