This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f79e8f94d2e [DWARF] Use 32-bit format specifier for offset new 247241e07e3 FileCheck [8/12]: Define numeric var from expr new 2734bbbf201 [FileCheck]] Canonicalize caret location testing new ded6e201a4b [FileCheck] Use ASSERT for fatal unit tests new ffbfdbd2bf5 [Remarks] String tables should be move-only
The 4 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/Remarks/RemarkParser.h | 24 +- include/llvm/Remarks/RemarkStringTable.h | 19 +- include/llvm/Support/FileCheck.h | 116 ++++++---- lib/Remarks/RemarkParser.cpp | 12 +- lib/Remarks/RemarkStringTable.cpp | 9 + lib/Remarks/YAMLRemarkParser.cpp | 6 +- lib/Remarks/YAMLRemarkParser.h | 8 +- 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/Remarks/YAMLRemarksParsingTest.cpp | 6 +- unittests/Support/FileCheckTest.cpp | 238 ++++++++++++------- 17 files changed, 636 insertions(+), 383 deletions(-)