[all-commits] [llvm/llvm-project] 6d6a45: [DWARF5][clang]: Added support for DebugInfo gener...

Sourabh Singh Tomar via All-commits all-commits at lists.llvm.org
Sun Jan 12 23:19:16 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d6a4590c5d4c7fc7445d72fe685f966b0a8cafb
      https://github.com/llvm/llvm-project/commit/6d6a4590c5d4c7fc7445d72fe685f966b0a8cafb
  Author: Awanish Pandey <Awanish.Pandey at amd.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    A clang/test/CodeGenCXX/debug-info-auto-return.cpp

  Log Message:
  -----------
  [DWARF5][clang]: Added support for DebugInfo generation for auto return type for C++ member functions.

Summary:
This patch will provide support for auto return type for the C++ member
functions.

This patch includes clang side implementation of this feature.

Patch by: Awanish Pandey <Awanish.Pandey at amd.com>

Reviewers: dblaikie, aprantl, shafik, alok, SouraVX, jini.susan.george
Reviewed by: dblaikie

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




More information about the All-commits mailing list