Files
Norm Evangelista 2cb416222f Add more bugprone-* clang-tidy checks, Part A (#6371)
* Added more bugprone-* checks, added -DBUILD_surface_on_nurbs=ON to clang-tidy GitHub action

* Part A: Run new bugprone checks, excluding the apps subdirectories

* Fix dynamic_cast missing const

* Revert -exclude in GitHub action, add .clang-tidy in directories to exclude from checks

* Modify to avoid "no checks enabled" errors

* Repair directory-level .clang-tidy files

* Switch to use an empty Checks string

* Revert to Checks: '-*'

* Implement a minimal clang-tidy check in third-party code

* Another try to disable clang-tidy in third-party directories

* Fix forward decls flagged by clang-tidy

* Address review comments, run clang-format on whitelist

* Revert "Address review comments, run clang-format on whitelist"

This reverts commit 60a7ee4c54.

* Readdress review comments

* Use only YAML formatter on GitHub Action

* Remove redundant using statement per review

* Address Copilot code review issues

* Change to use const auto* with dynamic_cast
2025-12-21 20:23:39 +01:00
..
2022-12-10 19:58:46 +01:00
2021-07-19 01:21:51 +09:00