[PATCH] D41716: clang-tidy: add IgnoreMacros option to readability-inconsistent-declaration-parameter-name
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 3 23:35:19 PST 2018
lebedev.ri added a comment.
> And also enable it by default to be consistent with e.g. modernize-use-using.
That changes the defaults though. I thought clang-tidy *tried* to produce the same results
on different clang-tidy versions with the same `.clang-tidy` config? Or is there no such guarantees?
https://reviews.llvm.org/D41716
More information about the cfe-commits
mailing list