Skip to content

Clangd doesn't find cross references to UDL #94599

Closed
@usx95

Description

@usx95
bool operator"" _b(unsigned long long value);
    
bool x = 1_b;

Finding references on _^b does not give any references except itself. Reference to _b in bool x = 1_b is missing.

Similarly, 1_^b gives no references at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions