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

Add LLVM-18 Support #2705

Closed
opajonk opened this issue Aug 8, 2024 · 4 comments
Closed

Add LLVM-18 Support #2705

opajonk opened this issue Aug 8, 2024 · 4 comments
Milestone

Comments

@opajonk
Copy link

opajonk commented Aug 8, 2024

First check if there is not already a feature request for your idea. - ✔️

Is your feature request related to a problem? Please describe.
Currently, some rules that Clang-Tidy 17/18 supports cannot be reported into SonarQube since the plugin does not support them.

Describe the solution you'd like
Basically, do what this commit did for LLVM-16.

Describe alternatives you've considered
n/a

Additional context
n/a

@opajonk
Copy link
Author

opajonk commented Aug 8, 2024

Maybe this is a really simple job for someone who knows the plugin and has the setup required at hand. If not, I can try it, though.

@guwirth
Copy link
Collaborator

guwirth commented Aug 8, 2024

Hi @opajonk,

Please have a look to #2640 which is part of https://github.com/SonarOpenCommunity/sonar-cxx/releases/tag/latest-snapshot.

Should close this request?

Regards,

@guwirth guwirth added this to the 2.1.2 milestone Aug 8, 2024
@opajonk
Copy link
Author

opajonk commented Aug 9, 2024

Oh well, sorry - I somehow did not see that one. Of course it does ;-)

I checked at least for bugprone-empty-catch which was the reason for me asking, and it is in the description. Thanks!

@opajonk opajonk closed this as completed Aug 9, 2024
@opajonk
Copy link
Author

opajonk commented Aug 9, 2024

As a follow-up I created #2706 to port this to SQ-10 (which is the version we are using already)

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

No branches or pull requests

2 participants