Displaying 3 results from an estimated 3 matches for "2bd14358".
2015 Nov 13
2
[PATCH] D14358: DWARF's forward decl of a template should have template parameters.
...gt;
>
> Thanks,
> --paulr
>
> *From:* David Blaikie [mailto:*dblaikie at gmail.com* <dblaikie at gmail.com>]
> * Sent:* Monday, November 09, 2015 1:46 PM
>
> * To:* Robinson, Paul
> * Cc:* *reviews+D14358+public+d3104135076f0a10 at reviews.llvm.org*
> <reviews%2BD14358%2Bpublic%2Bd3104135076f0a10 at reviews.llvm.org>;
> cfe-commits (*cfe-commits at lists.llvm.org* <cfe-commits at lists.llvm.org>)
> * Subject:* Re: [PATCH] D14358: DWARF's forward decl of a template should
> have template parameters.
>
>
>
> On Thu, Nov 5, 2015 at...
2015 Dec 09
2
[PATCH] D14358: DWARF's forward decl of a template should have template parameters.
On Wed, Dec 9, 2015 at 10:40 AM, Robinson, Paul <
Paul_Robinson at playstation.sony.com> wrote:
> That doesn't seem to be the DWARF I'm seeing from Clang (& it'd be
> surprising if we used the typedef (or otherwise non-canonical) name in the
> class name):
>
>
>
> Finally getting back to this….. Ha. We don't unwrap the typedefs ("name
> as
2015 Dec 09
2
[PATCH] D14358: DWARF's forward decl of a template should have template parameters.
On Wed, Dec 9, 2015 at 11:11 AM, Robinson, Paul <
Paul_Robinson at playstation.sony.com> wrote:
> Actually no, we prefer to have the original typedef names in the
> instantiation name, for source fidelity.
>
Then perhaps you should keep this change in your tree too - since that's
where the need is?
> "Name as it is in the source" or something reasonably close.