|
clang-tools 22.0.0git
|
#include "../ClangTidyCheck.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/ASTMatchers/ASTMatchers.h"Go to the source code of this file.
Classes | |
| class | clang::tidy::bugprone::SwitchMissingDefaultCaseCheck |
| Ensures that switch statements without default cases are flagged, focuses only on covering cases with non-enums where the compiler may not issue warnings. More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::bugprone |