Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeAliasTemplateDecl not emitted #1

Open
Kiskae opened this issue Jun 23, 2015 · 0 comments
Open

TypeAliasTemplateDecl not emitted #1

Kiskae opened this issue Jun 23, 2015 · 0 comments

Comments

@Kiskae
Copy link
Collaborator

Kiskae commented Jun 23, 2015

For some reason TypeAliasTemplateDecl does not contain the information required to find what the original TypeAlias declaration is. Attempting to retrieve the type created by the alias results in a nullptr.
For now the exporting of this information is effectively disabled.

Testing code:

namespace template_specialization_test {
    template<typename Z>
    using Ptr = Z*;

    Ptr<int> t = nullptr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant