Skip to content

Add support for enable_if Attribute #225

@Swatinem

Description

@Swatinem

This is supported in llvm, since a long time it seems:

https://github.com/llvm/llvm-project/blob/026bb84bcd42b875d77b769eb5ee4c19fc2a9719/llvm/include/llvm/Demangle/ItaniumDemangle.h#L5275-L5286

> llvm-cxxfilt "__Z6strchrUa9enable_ifIXLb1EEEPKci"
strchr(char const*, int) [enable_if:true]
> llvm-cxxfilt "__Z6memchrUa9enable_ifIXLb1EEXLb1EEEPKvU17pass_object_size1ij"
memchr(void const*, int pass_object_size1, unsigned int) [enable_if:true, true]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions