[DWARF5][clang]: Added support for DebugInfo generation for auto return type for...
authorAwanish Pandey <Awanish.Pandey@amd.com>
Mon, 13 Jan 2020 07:08:00 +0000 (12:38 +0530)
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Mon, 13 Jan 2020 07:10:18 +0000 (12:40 +0530)
commit6d6a4590c5d4c7fc7445d72fe685f966b0a8cafb
tree909c2d737b58df2583ff771fe20b9cc8fbcc2d67
parentc958639098a8702b831952b1a1a677ae19190a55
[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@amd.com>

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

Differential Revision: https://reviews.llvm.org/D70524
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDebugInfo.h
clang/test/CodeGenCXX/debug-info-auto-return.cpp [new file with mode: 0644]