[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
Fri Nov 22 00:52:37 PST 2019


awpandey updated this revision to Diff 230601.
awpandey marked 3 inline comments as done.
awpandey added a comment.

This revision includes

1. Added check for return type it is attached to the exact node we're expecting it to.
2. Removed unnecessary strings and checks.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70524/new/

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.230601.patch
Type: text/x-patch
Size: 12869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191122/f3128177/attachment-0001.bin>


More information about the cfe-commits mailing list