[PATCH] D45444: [clang-tidy] implement new check for const-correctness
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 5 08:21:03 PDT 2018
JonasToth added a comment.
> I'm sorry for the delay in reviewing this; I'm not certain how it fell off my radar for so long!
No problem :)
================
Comment at: clang-tidy/cppcoreguidelines/ConstCheck.cpp:32
+ *
+ * Handle = either a pointer or reference
+ * Value = everything else (Type variable_name;)
----------------
aaron.ballman wrote:
> Do you intend to support Obj-C object pointers as well?
For now not, because I have no experience nor knowledge with Obj-C.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D45444
More information about the cfe-commits
mailing list