This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7025bc7be90 [llvm-objdump] - Import the test/Object/X86/no-start-symbol [...] new c30b26e38bf FileCheck [8/12]: Define numeric var from expr new f588ed530cf [FileCheck]] Canonicalize caret location testing new 3381a75555e [FileCheck] Use ASSERT for fatal unit tests
The 3 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 | 26 ++- include/llvm/Support/FileCheck.h | 116 ++++++---- lib/Support/FileCheck.cpp | 309 +++++++++++++++---------- test/FileCheck/check-not-diaginfo.txt | 15 +- test/FileCheck/numeric-defines-diagnostics.txt | 32 +-- test/FileCheck/numeric-defines.txt | 48 ++-- test/FileCheck/numeric-expression.txt | 67 ++++-- test/FileCheck/string-defines-diagnostics.txt | 22 +- test/FileCheck/verbose.txt | 62 ++--- unittests/Support/FileCheckTest.cpp | 238 ++++++++++++------- 10 files changed, 581 insertions(+), 354 deletions(-)