summaryrefslogtreecommitdiff
path: root/.clang-tidy
AgeCommit message (Collapse)Author
2016-09-13.clang-tidy: correct style name is 'camelBack' not 'lowerCase'.Mike Aizatsky
Summary: clang-tidy doesn't like to complain. Differential Revision: https://reviews.llvm.org/D24413 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281370 91177308-0d34-0410-b5e6-96231b3b80d8
2016-09-08.clang-tidy: parameters and members should be CamelCased.Mike Aizatsky
Summary: Not sure why is it missing. Differential Revision: https://reviews.llvm.org/D24364 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281002 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-13Don't use misc-unused-parameters check on LLVM.Alexander Kornienko
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266183 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-08adding readability-identifier-naming to llvm clang-tidy configuration.Mike Aizatsky
Differential Revision: http://reviews.llvm.org/D15196 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255028 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-29Enable display of compiler diagnostics in clang-tidy by default.Alexander Kornienko
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220863 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-08Add .clang-tidy configuration file to provide LLVM-optimized defaults forAlexander Kornienko
clang-tidy. Reviewers: chandlerc, djasper Reviewed By: djasper Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D5236 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217365 91177308-0d34-0410-b5e6-96231b3b80d8