[PATCH] D73715: - Update .clang-tidy to ignore parameters of main like functions for naming violations in clang and llvm directory
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 30 08:13:48 PST 2020
njames93 marked an inline comment as done.
njames93 added inline comments.
================
Comment at: clang/.clang-tidy:23
+ - key: readability-identifier-naming.IgnoreMainLikeFunctions
+ value: 1
----------------
Although identifier-naming is disabled, its still a good idea to include this just in case people run clang tidy manually
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73715/new/
https://reviews.llvm.org/D73715
More information about the cfe-commits
mailing list