PointCloudLibrary/pcl

Make const usage better in function signatures

Open

#3,968 创建于 2020年4月23日

在 GitHub 查看
 (7 评论) (1 反应) (0 负责人)C++ (4,506 fork)batch import
changelog: enhancementeffort: lowgood first issuekind: todo

仓库指标

Star
 (9,023 star)
PR 合并指标
 (平均合并 8天 7小时) (30 天内合并 3 个 PR)

描述

Context

clang-tidy has been used successfully before to make wide changes. We can use it to improve the API in the whole repo. We need discussion on the potential fix and just applying the other fixes after setting up clang-tidy.

Describe the solution you'd like

Apply the following fixes:

Another potential fix:

贡献者指南