Skip to content

👷 Update fileset to include atomic.hpp #55

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

Merged
merged 1 commit into from
Apr 16, 2025

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Apr 16, 2025

Problem:

  • atomic.hpp is not included in the library fileset; therefore it is not clang-tidied either.

Solution:

  • Fix the fileset.
  • Fix up clang-tidy for atomic.hpp (turning off a few tidies because it's C++17 and must call intrinsics).

Problem:
- `atomic.hpp` is not included in the library fileset; therefore it is not
  clang-tidied either.

Solution:
- Fix the fileset.
- Fix up clang-tidy for `atomic.hpp` (turning off a few tidies because it's
  C++17 and must call intrinsics).
@lukevalenty lukevalenty merged commit 420e649 into intel:main Apr 16, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants