- Feb 01, 2019
-
-
Ilya Biryukov authored
Summary: Some tidy checks have too many hits in the codebase, making it hard to spot other results from clang-tidy, therefore rendering the tool less useful. Two checks were disabled: - misc-non-private-member-variable-in-classes in the whole LLVM monorepo, it is very common to have those in LLVM and the style guide does not forbid them. - readability-identifier-naming in the clang subtree. There are thousands of violations in 'Sema.h' alone. Before the change, 'Sema.h' had >1000 tidy warnings, after the change the number dropped to 3 warnings (unterminated namespace comments). Reviewers: alexfh, hokein Reviewed By: hokein Subscribers: llvm-commits, cfe-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D57573 llvm-svn: 352862
-
- Sep 13, 2016
-
-
Mike Aizatsky authored
Summary: clang-tidy doesn't like to complain. Differential Revision: https://reviews.llvm.org/D24413 llvm-svn: 281370
-
- Sep 09, 2016
-
-
Mike Aizatsky authored
Summary: Not sure why is it missing. Differential Revision: https://reviews.llvm.org/D24364 llvm-svn: 281002
-
- Apr 13, 2016
-
-
Alexander Kornienko authored
llvm-svn: 266183
-
- Dec 08, 2015
-
-
Mike Aizatsky authored
Differential Revision: http://reviews.llvm.org/D15196 llvm-svn: 255028
-
- Oct 29, 2014
-
-
Alexander Kornienko authored
llvm-svn: 220863
-
- Sep 08, 2014
-
-
Alexander Kornienko authored
clang-tidy. Reviewers: chandlerc, djasper Reviewed By: djasper Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D5236 llvm-svn: 217365
-