|
clang-tools 22.0.0git
|
#include "TaggedUnionMemberCountCheck.h"#include "../utils/OptionsUtils.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallSet.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::bugprone |
Variables | |
| static constexpr StringRef | clang::tidy::bugprone::StrictModeOptionName = "StrictMode" |
| static constexpr StringRef | clang::tidy::bugprone::EnableCountingEnumHeuristicOptionName |
| static constexpr StringRef | clang::tidy::bugprone::CountingEnumPrefixesOptionName |
| static constexpr StringRef | clang::tidy::bugprone::CountingEnumSuffixesOptionName |
| static constexpr bool | clang::tidy::bugprone::StrictModeOptionDefaultValue = false |
| static constexpr bool | clang::tidy::bugprone::EnableCountingEnumHeuristicOptionDefaultValue = true |
| static constexpr StringRef | clang::tidy::bugprone::CountingEnumPrefixesOptionDefaultValue = "" |
| static constexpr StringRef | clang::tidy::bugprone::CountingEnumSuffixesOptionDefaultValue = "count" |
| static constexpr StringRef | clang::tidy::bugprone::RootMatchBindName = "root" |
| static constexpr StringRef | clang::tidy::bugprone::UnionMatchBindName = "union" |
| static constexpr StringRef | clang::tidy::bugprone::TagMatchBindName = "tags" |