clang-tools 20.0.0git
|
#include "ClangTidyDiagnosticConsumer.h"
#include "ClangTidyOptions.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Basic/Diagnostic.h"
#include <optional>
#include <type_traits>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::tidy::OptionEnumMapping< T > |
This class should be specialized by any enum type that needs to be converted to and from an llvm::StringRef. More... | |
class | clang::tidy::ClangTidyCheck |
Base class for all clang-tidy checks. More... | |
class | clang::tidy::ClangTidyCheck::OptionsView |
Provides access to the ClangTidyCheck options via check-local names. More... | |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |