This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 77b2d7ce305 Add guidelines/recommendations for organizers of LLVM Socials new 3b00c5331f3 Revert "FileCheck [5/12]: Introduce regular numeric variables"
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/FileCheck.rst | 60 +---- include/llvm/Support/FileCheck.h | 133 +++-------- lib/Support/FileCheck.cpp | 302 ++++++------------------- test/FileCheck/numeric-defines-diagnostics.txt | 33 --- test/FileCheck/numeric-defines.txt | 22 -- test/FileCheck/numeric-expression.txt | 95 -------- test/FileCheck/pattern-defines-diagnostics.txt | 6 +- test/FileCheck/regex-scope.txt | 23 ++ test/FileCheck/var-scope.txt | 35 --- test/FileCheck/verbose.txt | 41 +--- unittests/Support/FileCheckTest.cpp | 205 ++--------------- 11 files changed, 152 insertions(+), 803 deletions(-) delete mode 100644 test/FileCheck/numeric-defines-diagnostics.txt delete mode 100644 test/FileCheck/numeric-defines.txt delete mode 100644 test/FileCheck/numeric-expression.txt create mode 100644 test/FileCheck/regex-scope.txt delete mode 100644 test/FileCheck/var-scope.txt