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

Remove all C code and build system support for C. Enable bugprone-signed-char-misuse clang-tidy check #259

Merged
merged 3 commits into from
Mar 7, 2023

Conversation

bcaddy
Copy link
Collaborator

@bcaddy bcaddy commented Mar 3, 2023

Per issue #253 our singular C language file (MPI_Comm_node.c) was unused. Removing it allowed me to simplify our build system by removing all the C language and enable the bugprone-signed-char-misuse clang-tidy check.

The code still builds and passes tests on C-3PO.

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.

bugprone-signed-char-misuse and removing all C code/build
2 participants