llvm-project/clang-tools-extra/clang-tidy/fuchsia
Dmitri Gribenko a6fed93f0d Moved GlobList into a separate header file
Summary:
It is a separate abstraction that is used in more contexts than just
a helper for ClangTidyDiagnosticConsumer.

Subscribers: mgorny, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D66747

llvm-svn: 369918
2019-08-26 15:44:32 +00:00
..
CMakeLists.txt [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
DefaultArgumentsCallsCheck.cpp [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
DefaultArgumentsCallsCheck.h [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
DefaultArgumentsDeclarationsCheck.cpp [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
DefaultArgumentsDeclarationsCheck.h [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
FuchsiaTidyModule.cpp [clang-tidy] Split fuchsia-default-arguments 2019-06-18 18:07:33 +00:00
MultipleInheritanceCheck.cpp [clang-tidy] Exclude forward decls from fuchsia-multiple-inheritance 2019-07-17 17:40:53 +00:00
MultipleInheritanceCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
OverloadedOperatorCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
OverloadedOperatorCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
RestrictSystemIncludesCheck.cpp [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
RestrictSystemIncludesCheck.h Moved GlobList into a separate header file 2019-08-26 15:44:32 +00:00
StaticallyConstructedObjectsCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StaticallyConstructedObjectsCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
TrailingReturnCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
TrailingReturnCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
VirtualInheritanceCheck.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
VirtualInheritanceCheck.h [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00