This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fd1c3442d97 [ThinLTO] Don't internalize weak writeable variables new 9921625c42f 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, 803 insertions(+), 152 deletions(-) create mode 100644 test/FileCheck/numeric-defines-diagnostics.txt create mode 100644 test/FileCheck/numeric-defines.txt create mode 100644 test/FileCheck/numeric-expression.txt delete mode 100644 test/FileCheck/regex-scope.txt create mode 100644 test/FileCheck/var-scope.txt