[Lldb-commits] [PATCH] D105564: Fix for DWARF parsing to better handle auto return type for member functions
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 7 10:49:04 PDT 2021
aprantl added a comment.
I think it would be best to split out the Clang change into a separately tested patch.
================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:1694
+ // If the declared return type is "auto" we want the linkage name to go
+ // with the defintion. In case the definiton is out of line, it needs to
+ // have a name so we can find it via DWARF index.
----------------
typo: definition (2x)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105564/new/
https://reviews.llvm.org/D105564
More information about the lldb-commits
mailing list