[all-commits] [llvm/llvm-project] 493541: Remove clang::Codegen::EHPadEndScope as unused

David Blaikie via All-commits all-commits at lists.llvm.org
Tue Jun 23 15:19:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4935419d779bdc6cc2f1c2f9e78821ad550d3b56
      https://github.com/llvm/llvm-project/commit/4935419d779bdc6cc2f1c2f9e78821ad550d3b56
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M clang/lib/CodeGen/CGCleanup.h
    M clang/lib/CodeGen/CGException.cpp

  Log Message:
  -----------
  Remove clang::Codegen::EHPadEndScope as unused

Unused since r255423 / D15140 /  4e52d6f811a2269e946c19e77245148bd9221f99

Found indirectly by assessing -debug-info-kind=constructors and
observing the EHPadEndScope type was never emitted because the
constructor is never called. (all credit to Amy Huang for identifying
this issue)




More information about the All-commits mailing list