[PATCH] D70524: Support DebugInfo generation for auto return type for C++ functions.
Awanish Pandey via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 20 21:35:03 PST 2019
awpandey created this revision.
awpandey added reviewers: jini.susan.george, SouraVX, alok, aprantl, dblaikie.
awpandey added projects: clang, LLVM, debug-info.
Herald added subscribers: llvm-commits, cfe-commits, ormris.
This patch will provide support for auto return type for the C++ member functions. Before this return type of the member function is deduced and store in the DIE.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70524
Files:
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDebugInfo.h
clang/test/CodeGenCXX/debug-info-auto-return.cpp
llvm/test/DebugInfo/X86/debug-info-auto-return.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70524.230371.patch
Type: text/x-patch
Size: 13684 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191121/0c04787e/attachment-0001.bin>
More information about the cfe-commits
mailing list