[all-commits] [llvm/llvm-project] 9b2302: Use new FailedWithMessage matcher in DWARFDebugLin...

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon Feb 24 01:32:17 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b23024c8b5d29d352215cc2e78eb1522f82a340
      https://github.com/llvm/llvm-project/commit/9b23024c8b5d29d352215cc2e78eb1522f82a340
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

  Changed paths:
    M llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp

  Log Message:
  -----------
  Use new FailedWithMessage matcher in DWARFDebugLineTest.cpp

Summary:
This should produce slightly better error messages in case of failures.
Only slightly, because this code was pretty careful about that to begin
with -- I've seen code which does much worse.

Reviewers: jhenderson, dblaikie

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D74899




More information about the All-commits mailing list