llvm-project/clang-tools-extra/clang-tidy
Alexander Kornienko f9a7b46ec6 clang-tidy explicit constructors check: don't warn on deleted constructors.
Reviewers: klimek

Reviewed By: klimek

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D3116

llvm-svn: 204226
2014-03-19 12:48:22 +00:00
..
google clang-tidy explicit constructors check: don't warn on deleted constructors. 2014-03-19 12:48:22 +00:00
llvm Fixed formatting. 2014-03-05 13:01:24 +00:00
misc clang-tidy/ArgumentCommentCheck: Initializer list in non-static members is unavailable on msc17. 2014-03-18 07:22:43 +00:00
tool Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00
CMakeLists.txt Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00
ClangTidy.cpp [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
ClangTidy.h [C++11] Replace OwningPtr with std::unique_ptr. 2014-03-09 09:24:40 +00:00
ClangTidyDiagnosticConsumer.cpp Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones. 2014-03-10 13:11:17 +00:00
ClangTidyDiagnosticConsumer.h Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones. 2014-03-10 13:11:17 +00:00
ClangTidyModule.cpp Use range-based for loops for better readability. No functional changes intended. 2014-03-06 10:17:46 +00:00
ClangTidyModule.h Fixed formatting. 2014-03-05 13:01:24 +00:00
ClangTidyModuleRegistry.h Initial architecture for clang-tidy. 2013-07-29 08:19:24 +00:00
Makefile Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00