Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

"Go to Definition" does not work for enumeration used as type of non-type template parameter #252

@HighCommander4

Description

@HighCommander4

In the following code:

enum FooKind { KindA, KindB, KindC };

template <FooKind Foo>
class Bar {};

navigation from the use of FooKind as a non-type template parameter, to its definition, does not work. Nor is that use semantically colored.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions