PointCloudLibrary/pcl

Make const usage better in function signatures

开放

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

 (7 条评论) (1 个反应) (0 位负责人)C++ (4,506 个派生)batch import
changelog: enhancementeffort: lowgood first issuekind: todo

仓库指标

星标
 (9,023 个星标)
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:

贡献者指南