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

[clang-tidy] fuchsia - dead links in documentation #62334

Open
PiotrZSL opened this issue Apr 24, 2023 · 1 comment
Open

[clang-tidy] fuchsia - dead links in documentation #62334

PiotrZSL opened this issue Apr 24, 2023 · 1 comment

Comments

@PiotrZSL
Copy link
Member

All checks got dead links in documentation, current repository is here:
https://fuchsia.googlesource.com/fuchsia/+/refs/heads/main/docs/development/languages/c-cpp/cxx.md

And same page looks to be also here:
https://fuchsia.dev/fuchsia-src/development/languages/c-cpp/cxx?hl=en

Additionally:

  • fuchsia-default-arguments-declarations - this check looks obsolete, this restriction were lifted in 2017
  • fuchsia-default-arguments-calls - i didn't found any rule for that, probably it's related to previous one.
  • fuchsia-multiple-inheritance - looks to be obsolete, its on allowed list
  • fuchsia-overloaded-operator - this is ok, its not allowed
  • fuchsia-statically-constructed-objects - this is ok, its not allowed
  • fuchsia-trailing-return - this is ok, its not allowed
  • fuchsia-virtual-inheritance - this is ok, its not allowed

Those requirements are in "C++ in Zircon", and most probably all those checks should be in zircon module.
Other interesting fact is that all those checks are for that project, but that project does not use them (checked .clang-tidy).
https://fuchsia.dev/fuchsia-src/development/languages/c-cpp/lint?hl=en

@llvmbot
Copy link
Collaborator

llvmbot commented Apr 24, 2023

@llvm/issue-subscribers-clang-tidy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants