[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
Thu Dec 5 02:11:53 PST 2019


awpandey updated this revision to Diff 232281.
awpandey marked 5 inline comments as done.
awpandey added a comment.

Hi @aprantl, I used variable as shown by you for showing links between the node.

@dblaikie I have shortened the test case based on your suggestions. There were no test case for checking `unspecified_type(auto)` that is why I am will to add this.


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.232281.patch
Type: text/x-patch
Size: 7903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191205/bc5fa354/attachment.bin>


More information about the cfe-commits mailing list