[PATCH] D45444: [clang-tidy] implement new check for const-correctness

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 5 08:24:24 PDT 2018


xbolva00 added inline comments.


================
Comment at: clang-tidy/cppcoreguidelines/ConstCheck.cpp:28
+ * For now: Only local variables are considered. Globals/namespace variables,
+ * paramters and class members are not analyzed.
+ * Parameters have a check already: readability-non-const-parameter
----------------
typo 
paramters -> parameters


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45444





More information about the cfe-commits mailing list