[all-commits] [llvm/llvm-project] 5c4fc5: [DebugInfo] Add types from constructor homing to t...

Amy Huang via All-commits all-commits at lists.llvm.org
Tue Sep 29 17:01:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c4fc581d5fe8427f03ec90b0d745453398aa3ad
      https://github.com/llvm/llvm-project/commit/5c4fc581d5fe8427f03ec90b0d745453398aa3ad
  Author: Amy Huang <akhuang at google.com>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp

  Log Message:
  -----------
  [DebugInfo] Add types from constructor homing to the retained types list.

Add class types to the retained types list to make sure they
don't get dropped if the constructor is optimized out later.

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




More information about the All-commits mailing list