This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 027fc20f65a [ORC] Remove a stray decl that accidentally found its way i [...] new 7b079c65a12 FileCheck: Improve FileCheck variable terminology new 1e8636f15a8 [FileCheck] Introduce substitution subclasses
The 2 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 | 63 ++++---- include/llvm/Support/FileCheck.h | 166 +++++++++++-------- lib/Support/FileCheck.cpp | 177 +++++++++++---------- test/FileCheck/line-count.txt | 2 +- test/FileCheck/numeric-defines.txt | 4 +- test/FileCheck/numeric-expression.txt | 4 +- ...gnostics.txt => string-defines-diagnostics.txt} | 10 +- .../{pattern-defines.txt => string-defines.txt} | 10 +- test/FileCheck/verbose.txt | 4 +- unittests/Support/FileCheckTest.cpp | 67 ++++---- utils/FileCheck/FileCheck.cpp | 4 +- 11 files changed, 281 insertions(+), 230 deletions(-) rename test/FileCheck/{pattern-defines-diagnostics.txt => string-defines-diagnosti [...] rename test/FileCheck/{pattern-defines.txt => string-defines.txt} (73%)