Most people don't have a versioned clang-tidy locally. This allows them to still run the clang-tidy test if they have a suitable version.
Details
Details
- Reviewers
ldionne Mordante njames93 - Group Reviewers
Restricted Project - Commits
- rGf70a81cced3a: [libc++] Add clang-tidy to the list of possible substitutions for %{clang-tidy}
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for working on this! I hadn't gotten around this myself.
libcxx/utils/libcxx/test/features.py | ||
---|---|---|
164 | Can you do a similar change for clang-query in this patch? |
libcxx/utils/libcxx/test/features.py | ||
---|---|---|
164 | I haven't updated clang-query because I plan to move the checks to clang-tidy soon anyways, so I don't think it makes a lot of sense when it's removed in a few weeks anyways. |