[PATCH] D58818: [clang-tidy] added cppcoreguidelines-use-raii-locks check
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 1 04:42:23 PST 2019
MyDeveloperDay added inline comments.
================
Comment at: clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp:47
+ "cppcoreguidelines-use-raii-locks");
CheckFactories.registerCheck<modernize::AvoidCArraysCheck>(
"cppcoreguidelines-avoid-c-arrays");
----------------
Nit: by and large this list looks to be in alphabetical based on the checker name (except the last one), not sure if thats by accident or design
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58818/new/
https://reviews.llvm.org/D58818
More information about the cfe-commits
mailing list