Skip to content

[clang-tidy] Move clang-tidy-diff.py to bin directory in WIN packaging #151728

@vbvictor

Description

@vbvictor

In #151467, found out that run-clang-tidy and clang-tidy-diff scripts are located in different folders in windows.

We should place both scripts in bin dir IMO.
Relevant code:

install(PROGRAMS clang-tidy-diff.py
DESTINATION "${CMAKE_INSTALL_DATADIR}/clang"
COMPONENT clang-tidy)
install(PROGRAMS run-clang-tidy.py
DESTINATION "${CMAKE_INSTALL_BINDIR}"
COMPONENT clang-tidy
RENAME run-clang-tidy)

Issue somewhat related to #90772

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions