CExA-project / ddc

DDC is a discrete domain computation library.
https://ddc.mdls.fr
Other
33 stars 5 forks source link

Add google-explicit-constructor check #662

Closed tpadioleau closed 1 month ago

tpadioleau commented 1 month ago

Add google-explicit-constructor clang-tidy check, see https://clang.llvm.org/extra/clang-tidy/checks/google/explicit-constructor.html

tpadioleau commented 1 month ago

Mostly good to me, but I have several questions. Also, it is appreciated that if you could have a quick summary of the aim of this PR.

Sorry i thought the title was enough. I did a lot of these checks recently.

yasahi-hpc commented 1 month ago

Mostly good to me, but I have several questions. Also, it is appreciated that if you could have a quick summary of the aim of this PR.

Sorry i thought the title was enough. I did a lot of these checks recently.

Thank you for explanation. Now it is clear.