llvm-project/clang-tools-extra/clang-tidy/google
Alexander Kornienko f65a549a82 clang-tidy explicit constructor check: don't warn on copy or move constructors.
Summary:
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Explicit_Constructors
"The exception is copy constructors, which, in the rare cases when we allow
them, should probably not be explicit."

Reviewers: klimek

Reviewed By: klimek

CC: cfe-commits

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

llvm-svn: 204322
2014-03-20 09:39:36 +00:00
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
GoogleTidyModule.cpp clang-tidy explicit constructor check: don't warn on copy or move constructors. 2014-03-20 09:39:36 +00:00
GoogleTidyModule.h Fixed formatting. 2014-03-05 13:01:24 +00:00
Makefile