llvm-project/clang-tools-extra/clang-tidy/utils
Haojian Wu c2d7577cc5 [clang-tdiy] Add header file extension configuration support.
Summary: * Add a `HeaderFileExtensions` check option in misc-definitions-in-headers, google-build-namespaces and google-global-names-in-headers.

Reviewers: aaron.ballman, alexfh

Subscribers: cfe-commits

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

llvm-svn: 259879
2016-02-05 11:23:59 +00:00
..
CMakeLists.txt [clang-tdiy] Add header file extension configuration support. 2016-02-05 11:23:59 +00:00
HeaderFileExtensionsUtils.cpp [clang-tdiy] Add header file extension configuration support. 2016-02-05 11:23:59 +00:00
HeaderFileExtensionsUtils.h [clang-tdiy] Add header file extension configuration support. 2016-02-05 11:23:59 +00:00
HeaderGuard.cpp [clang-tidy] Don't duplicate the leading slash. 2015-07-27 13:07:50 +00:00
HeaderGuard.h [clang-tidy] Update docs for clang-tidy checks. NFC 2015-08-27 18:01:58 +00:00
IncludeInserter.cpp Revert "Apply modernize-use-default to clang-tools-extra." 2015-10-20 21:45:52 +00:00
IncludeInserter.h [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/ 2015-08-14 14:31:31 +00:00
IncludeSorter.cpp [clang-tidy] Sort includes case-sensitively. 2015-12-10 12:24:19 +00:00
IncludeSorter.h Improved the misc-move-constructor-init check to identify arguments that are passed by value but copy assigned to class data members when the non-deleted move constructor is a better fit. 2015-10-06 16:27:03 +00:00
LexerUtils.cpp [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" module in ClangTidy 2015-12-30 10:24:40 +00:00
LexerUtils.h [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" module in ClangTidy 2015-12-30 10:24:40 +00:00
Matchers.h Replace the custom AST matcher for nothrow functions with the canonical AST matcher from r254516. 2015-12-02 15:24:47 +00:00
TypeTraits.cpp Make isExpensiveToCopy() tri-state. 2015-10-23 10:00:50 +00:00
TypeTraits.h Make isExpensiveToCopy() tri-state. 2015-10-23 10:00:50 +00:00