|
clang-tools 22.0.0git
|
#include "UseDesignatedInitializersCheck.h"#include "../utils/DesignatedInitializers.h"#include "clang/AST/APValue.h"#include "clang/AST/Decl.h"#include "clang/AST/Expr.h"#include "clang/AST/Stmt.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/ASTMatchers/ASTMatchersMacros.h"#include "clang/Basic/Diagnostic.h"#include "clang/Lex/Lexer.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::modernize |
Functions | |
| static unsigned | clang::tidy::modernize::getNumberOfDesignated (const InitListExpr *SyntacticInitList) |
Variables | |
| static constexpr char | clang::tidy::modernize::IgnoreSingleElementAggregatesName [] |
| static constexpr bool | clang::tidy::modernize::IgnoreSingleElementAggregatesDefault = true |
| static constexpr char | clang::tidy::modernize::RestrictToPODTypesName [] = "RestrictToPODTypes" |
| static constexpr bool | clang::tidy::modernize::RestrictToPODTypesDefault = false |
| static constexpr char | clang::tidy::modernize::IgnoreMacrosName [] = "IgnoreMacros" |
| static constexpr bool | clang::tidy::modernize::IgnoreMacrosDefault = true |
| static constexpr char | clang::tidy::modernize::StrictCStandardComplianceName [] |
| static constexpr bool | clang::tidy::modernize::StrictCStandardComplianceDefault = true |
| static constexpr char | clang::tidy::modernize::StrictCppStandardComplianceName [] |
| static constexpr bool | clang::tidy::modernize::StrictCppStandardComplianceDefault = true |