llvm-project/clang-tools-extra/unittests/clang-tidy
Alexander Kornienko 4aab579d07 Fix assertion in google-explicit-constructor check when the constructor is
defined in a macro.

Summary:
We shouldn't suggest replacements in macros anyway, as we can't see all
usages of the macro and ensure the replacement is safe for all of them.

Reviewers: klimek

Reviewed By: klimek

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D3611

llvm-svn: 207987
2014-05-05 18:49:31 +00:00
..
CMakeLists.txt Output clang-tidy errors in a consistent order. 2014-04-08 12:27:49 +00:00
ClangTidyDiagnosticConsumerTest.cpp Output clang-tidy errors in a consistent order. 2014-04-08 12:27:49 +00:00
ClangTidyTest.h Add ClangTidyOptions to encapsulate all clang-tidy options. 2014-04-29 15:20:10 +00:00
GoogleModuleTest.cpp Fix assertion in google-explicit-constructor check when the constructor is 2014-05-05 18:49:31 +00:00
LLVMModuleTest.cpp Made the ClangTidyTest helper class independent of the testing framework. 2014-02-27 14:28:02 +00:00
Makefile Add an argument comment checker to clang-tidy. 2014-03-18 04:46:45 +00:00
MiscModuleTest.cpp Removed unused include 2014-03-23 00:32:18 +00:00