[all-commits] [llvm/llvm-project] 11a04a: [DebugInfo] Change to constructor homing debug inf...

Amy Huang via All-commits all-commits at lists.llvm.org
Mon Apr 6 09:53:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 11a04a64aaa3dba6fddadbcf026d197fc02226e0
      https://github.com/llvm/llvm-project/commit/11a04a64aaa3dba6fddadbcf026d197fc02226e0
  Author: Amy Huang <akhuang at google.com>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

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

  Log Message:
  -----------
  [DebugInfo] Change to constructor homing debug info mode: skip literal types

Summary:
In constructor type homing mode sometimes complete debug info for constexpr
types was missing, because there was not a constructor emitted. This change
makes constructor type homing ignore constexpr types.

Reviewers: rnk, dblaikie

Subscribers: aprantl, cfe-commits

Tags: #clang

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




More information about the All-commits mailing list