Mike Aizatsky
|
a3d7c710d2
|
.clang-tidy: correct style name is 'camelBack' not 'lowerCase'.
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-13 19:04:26 +00:00 |
|
Mike Aizatsky
|
e0cbb68b42
|
.clang-tidy: parameters and members should be CamelCased.
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-09-08 23:29:37 +00:00 |
|
Alexander Kornienko
|
2908602379
|
Don't use misc-unused-parameters check on LLVM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266183 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-04-13 08:58:52 +00:00 |
|
Mike Aizatsky
|
72f75faa28
|
adding readability-identifier-naming to llvm clang-tidy configuration.
Differential Revision: http://reviews.llvm.org/D15196
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255028 91177308-0d34-0410-b5e6-96231b3b80d8
|
2015-12-08 17:44:51 +00:00 |
|
Alexander Kornienko
|
4cb59148f0
|
Enable display of compiler diagnostics in clang-tidy by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220863 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-10-29 17:29:38 +00:00 |
|
Alexander Kornienko
|
b0ef0140bc
|
Add .clang-tidy configuration file to provide LLVM-optimized defaults for
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
|
2014-09-08 13:30:00 +00:00 |
|