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

Fix clang-tidy bug #237

Merged
merged 4 commits into from
Jan 14, 2025
Merged

Fix clang-tidy bug #237

merged 4 commits into from
Jan 14, 2025

Conversation

Tacha-S
Copy link
Contributor

@Tacha-S Tacha-S commented Jan 14, 2025

Summary

  • Error 'omp.h' file not found on clang tidy #236 の問題が生じており、clang-tidyをOSのデフォルトで入るバージョンに合わせることが安定につながるのでそうしました。de86e34e1b2685abfba2d604649bebf378e8b969
  • clang-tidyのconfigに記法のミスがあったので修正しています。4b58d24d1075c8b3b4ad2ca6ba74252ada08341c
  • clang-tidyをOSのデフォルトで入るバージョンに合わせた ことにより、clang-tidyの実行にものすごい時間がかかるようになってしまった、かつ、Error 'omp.h' file not found on clang tidy #236 (comment) にもあるようにシステムヘッダーのエラーを表示してしまうことがあったためシステムヘッダーを無視する方法を模索しましたが、どの方法も(少なくともclang-tidy 18では)うまく行きませんでした。そのため、clangd-tidyというclangdを用いて指定したファイルのみにclang-tidyを実行するwrapperを利用するように変更し、システムヘッダーを無視と高速化の両方を達成しています。 47e516e
  • fix #

Detail

Impact

Test

https://github.com/sbgisen/bounding_box_3d_estimation/actions/runs/12764435837/job/35576734928?pr=1

Attention

@Tacha-S Tacha-S force-pushed the bugfix/clang-tidy-version branch from e1b06ef to 47e516e Compare January 14, 2025 09:33
@Tacha-S Tacha-S requested a review from a team January 14, 2025 09:33
@Tacha-S Tacha-S marked this pull request as draft January 14, 2025 09:51
@Tacha-S Tacha-S marked this pull request as ready for review January 14, 2025 09:54
Copy link
Contributor

@gakutasu gakutasu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

良いように思います。

@gakutasu gakutasu merged commit d7cb43d into main Jan 14, 2025
@gakutasu gakutasu deleted the bugfix/clang-tidy-version branch January 14, 2025 10:42
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