llvm-project/clang-tools-extra/clang-tidy
Malcolm Parsons 49fe4037a1 [clang-tidy] Change readability-redundant-member-init to get base type from constructor
Summary: Fixes PR30835

Reviewers: alexfh, hokein, aaron.ballman

Subscribers: Prazek, cfe-commits

Differential Revision: https://reviews.llvm.org/D26118

llvm-svn: 286990
2016-11-15 17:49:00 +00:00
..
boost [clang-tidy] boost-use-to-string arg expr location bugfix 2016-06-28 08:16:20 +00:00
cert [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
cppcoreguidelines [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
google [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
llvm [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
misc [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
modernize [clang-tidy] Add modernize-use-equals-delete check 2016-11-10 16:46:59 +00:00
mpi [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
performance [clang-tidy] Do not issue fix for functions that are referenced outside of callExpr 2016-11-10 01:28:22 +00:00
plugin [clang-tidy] MPITypeMismatchCheck 2016-08-02 20:29:35 +00:00
readability [clang-tidy] Change readability-redundant-member-init to get base type from constructor 2016-11-15 17:49:00 +00:00
tool [clang-tidy] clang-analyzer-alpha* checks are not registered, so there's no need to disable them 2016-11-08 08:28:19 +00:00
utils [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
CMakeLists.txt [clang-tidy] Clean up code after applying replacements. 2016-10-17 17:25:02 +00:00
ClangTidy.cpp Use AnalyzerOptions::getRegisteredCheckers() instead of clang/StaticAnalyzer/Checkers/Checkers.inc 2016-11-08 07:43:42 +00:00
ClangTidy.h Use AnalyzerOptions::getRegisteredCheckers() instead of clang/StaticAnalyzer/Checkers/Checkers.inc 2016-11-08 07:43:42 +00:00
ClangTidyDiagnosticConsumer.cpp [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ClangTidyDiagnosticConsumer.h [clang-tidy] Suppress notes for warnings that were ignored 2016-11-02 21:14:22 +00:00
ClangTidyModule.cpp Apply performance-unnecessary-value-param to clang-tidy. 2016-06-15 15:46:10 +00:00
ClangTidyModule.h [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ClangTidyModuleRegistry.h Reapply r276973 "Adjust Registry interface to not require plugins to export a registry" 2016-08-05 11:01:08 +00:00
ClangTidyOptions.cpp [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ClangTidyOptions.h [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
add_new_check.py [clang-tidy] Remove redundant quote in add_new_check script 2016-05-30 15:42:08 +00:00
rename_check.py [clang-tidy] Improve rename_check.py. 2016-11-08 11:43:50 +00:00