hanchenye-llvm-project/clang-tools-extra/clang-tidy/google
Alexander Kornienko 19bbeaf410 [clang-tidy] Disable google-readability-casting for .c files and their headers.
Some people have reasons to compile their .c files as C++ in some configurations
(e.g. for testing purposes), so just looking at LangOptions is not enough. This
patch disables the check on all .c files (and also for the headers included from
.c files).

llvm-svn: 237905
2015-05-21 14:08:56 +00:00
..
AvoidCStyleCastsCheck.cpp [clang-tidy] Disable google-readability-casting for .c files and their headers. 2015-05-21 14:08:56 +00:00
AvoidCStyleCastsCheck.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
CMakeLists.txt [clang-tidy] Move google-readability-function check to readability-named-parameter. 2015-03-16 22:31:16 +00:00
ExplicitConstructorCheck.cpp [clang-tidy] Clarify message for the google-explicit-constructor check 2015-03-31 16:24:44 +00:00
ExplicitConstructorCheck.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
ExplicitMakePairCheck.cpp [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
ExplicitMakePairCheck.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
GlobalNamesInHeadersCheck.cpp Fix false positive on anonymous namespaces in headers. 2015-03-24 15:21:45 +00:00
GlobalNamesInHeadersCheck.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
GoogleTidyModule.cpp [clang-tidy] Move google-readability-function check to readability-named-parameter. 2015-03-16 22:31:16 +00:00
IntegerTypesCheck.cpp [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
IntegerTypesCheck.h [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
Makefile
MemsetZeroLengthCheck.cpp [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
MemsetZeroLengthCheck.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
OverloadedUnaryAndCheck.cpp [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
OverloadedUnaryAndCheck.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
StringReferenceMemberCheck.cpp [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
StringReferenceMemberCheck.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
TodoCommentCheck.cpp [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
TodoCommentCheck.h [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
UnnamedNamespaceInHeaderCheck.cpp [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
UnnamedNamespaceInHeaderCheck.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
UsingNamespaceDirectiveCheck.cpp [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy::google 2015-03-05 13:46:14 +00:00
UsingNamespaceDirectiveCheck.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00