mirror of
https://github.com/PointCloudLibrary/pcl.git
synced 2026-03-30 11:17:31 +00:00
* 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