This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 24f9633dfe5 [DebugInfo][Docs] Document variable location metadata trans [...] new b0014722fdd [DWARF] Fix DWARFVerifier::DieRangeInfo::contains new 4159a62fd31 [Docs] Correct some indentation muppetry that trips buildbots new a2f0069dea7 [TableGen] Include schedule model name in diagnostic. new 7fb4d769b72 FileCheck [1/12]: Move variable table in new object
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/SourceLevelDebugging.rst | 6 +- include/llvm/DebugInfo/DWARF/DWARFAddressRange.h | 6 - include/llvm/Support/FileCheck.h | 63 ++++++--- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 37 +++-- lib/Support/FileCheck.cpp | 171 ++++++++++++----------- test/TableGen/SchedModelError.td | 18 +++ unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 81 +++-------- unittests/Support/CMakeLists.txt | 1 + unittests/Support/FileCheckTest.cpp | 52 +++++++ utils/TableGen/CodeGenSchedule.cpp | 3 +- 10 files changed, 250 insertions(+), 188 deletions(-) create mode 100644 test/TableGen/SchedModelError.td create mode 100644 unittests/Support/FileCheckTest.cpp