Skip to content

clang-tidy misc-use-internal-linkage false positive for global operator new #117489

@HerrCai0907

Description

@HerrCai0907

misc-use-internal-linkage should not warn for global operator new

The new and delete overload operators must be non-static, defined in the global namespace or as class members

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