Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make clang-tidy plugin test suite compatible with libc++ #71426

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

BrettDong
Copy link
Member

Summary

None

Purpose of change

Because differences in the fully expanded type name of some template classes in the standard library between libstdc++ and libc++, the clang-tidy plugin test suite does not pass on macOS.

Describe the solution

Add regular expressions in the expected values to allow some leeway in internal type names in the standard library.

Describe alternatives you've considered

Testing

The test suite pass on macOS after the patch. Should be good if it also passes the clang-tidy test on GitHub Actions CI.

Additional context

@github-actions github-actions bot added [C++] Changes (can be) made in C++. Previously named `Code` Code: Tooling Tooling that is not part of the main game but is part of the repo. labels Feb 2, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-requesting reviews from non-collaborators: @jbytheway

@github-actions github-actions bot added astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Feb 2, 2024
@Maleclypse Maleclypse merged commit ea5f68c into CleverRaven:master Feb 4, 2024
21 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions [C++] Changes (can be) made in C++. Previously named `Code` Code: Tooling Tooling that is not part of the main game but is part of the repo. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants