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

More C++ standardization #650

Closed
dbanks12 opened this issue May 22, 2023 · 1 comment
Closed

More C++ standardization #650

dbanks12 opened this issue May 22, 2023 · 1 comment
Labels
T-refactor Type: this code needs refactoring

Comments

@dbanks12
Copy link
Collaborator

dbanks12 commented May 22, 2023

clang-tidy+clang-format+clangd can't fix everything for us. We should do a manual scan and standardize:

  1. struct and array initialization
  2. auto
  3. references
  4. namespaces
  5. includes done
  6. index/init.hpp
  7. all pointer/malloc usage in c_bind args/returns
@github-project-automation github-project-automation bot moved this to Todo in A3 May 22, 2023
@dbanks12 dbanks12 added the T-refactor Type: this code needs refactoring label May 22, 2023
@dbanks12 dbanks12 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-refactor Type: this code needs refactoring
Projects
Archived in project
Development

No branches or pull requests

1 participant