clang 22.0.0git
|
#include "clang/Basic/DiagnosticIDs.h"
#include "clang/Basic/AllDiagnostics.h"
#include "clang/Basic/DiagnosticCategories.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/SourceManager.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringTable.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include <map>
#include <optional>
#include "clang/Basic/AllDiagnosticKinds.inc"
#include "clang/Basic/DiagnosticCommonKinds.inc"
#include "clang/Basic/DiagnosticDriverKinds.inc"
#include "clang/Basic/DiagnosticFrontendKinds.inc"
#include "clang/Basic/DiagnosticSerializationKinds.inc"
#include "clang/Basic/DiagnosticLexKinds.inc"
#include "clang/Basic/DiagnosticParseKinds.inc"
#include "clang/Basic/DiagnosticASTKinds.inc"
#include "clang/Basic/DiagnosticCommentKinds.inc"
#include "clang/Basic/DiagnosticCrossTUKinds.inc"
#include "clang/Basic/DiagnosticSemaKinds.inc"
#include "clang/Basic/DiagnosticAnalysisKinds.inc"
#include "clang/Basic/DiagnosticRefactoringKinds.inc"
#include "clang/Basic/DiagnosticInstallAPIKinds.inc"
#include "clang/Basic/DiagnosticTrapKinds.inc"
#include "clang/Basic/DiagnosticGroups.inc"
#include "clang/Basic/DiagnosticAllCompatIDs.inc"
Go to the source code of this file.
Classes | |
class | clang::diag::CustomDiagInfo |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::diag |
Macros | |
#define | DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, SHOWINSYSHEADER, SHOWINSYSMACRO, DEFERRABLE, CATEGORY) |
#define | DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, SHOWINSYSHEADER, SHOWINSYSMACRO, DEFERRABLE, CATEGORY) |
#define | DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, SHOWINSYSHEADER, SHOWINSYSMACRO, DEFERRABLE, CATEGORY) |
#define | STRINGIFY_NAME(NAME) |
#define | VALIDATE_DIAG_SIZE(NAME) |
#define | DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, SHOWINSYSHEADER, SHOWINSYSMACRO, DEFERRABLE, CATEGORY) |
#define | CATEGORY(NAME, PREV) |
#define | GET_CATEGORY_TABLE |
#define | CATEGORY(X, ENUM) |
#define | GET_DIAG_ARRAYS |
#define | DIAG_ENTRY(GroupName, FlagNameOffset, Members, SubGroups, Docs) |
#define | DIAG_COMPAT_IDS_BEGIN() |
#define | DIAG_COMPAT_IDS_END() |
#define | DIAG_COMPAT_ID(Value, Name, Std, Diag, DiagPre) |
Typedefs | |
using | clang::diag::CustomDiagDesc = DiagnosticIDs::CustomDiagDesc |
Functions | |
static const StaticDiagInfoRec * | GetDiagInfo (unsigned DiagID) |
GetDiagInfo - Return the StaticDiagInfoRec entry for the specified DiagID, or null if the ID is invalid. | |
static DiagnosticIDs::Level | toLevel (diag::Severity SV) |
static bool | getDiagnosticsInGroup (diag::Flavor Flavor, const WarningOption *Group, SmallVectorImpl< diag::kind > &Diags, diag::CustomDiagInfo *CustomDiagInfo) |
Return true if any diagnostics were found in this group, even if they were filtered out due to having the wrong flavor. | |
template<class Func> | |
static void | forEachSubGroupImpl (const WarningOption *Group, Func func) |
template<class Func> | |
static void | forEachSubGroup (diag::Group Group, Func func) |
Variables | |
static const unsigned | StaticDiagInfoSize = std::size(StaticDiagInfo) |
static const StaticDiagCategoryRec | CategoryNameTable [] |
static const WarningOption | OptionTable [] |
#define CATEGORY | ( | NAME, | |
PREV ) |
Referenced by GetDiagInfo().
#define DIAG | ( | ENUM, | |
CLASS, | |||
DEFAULT_SEVERITY, | |||
DESC, | |||
GROUP, | |||
SFINAE, | |||
NOWERROR, | |||
SHOWINSYSHEADER, | |||
SHOWINSYSMACRO, | |||
DEFERRABLE, | |||
CATEGORY ) |
Definition at line 39 of file DiagnosticIDs.cpp.
Referenced by CheckProtocolMethodDefs(), and clang::SemaObjC::DiagnoseUnusedBackingIvarInAccessor().
#define DIAG | ( | ENUM, | |
CLASS, | |||
DEFAULT_SEVERITY, | |||
DESC, | |||
GROUP, | |||
SFINAE, | |||
NOWERROR, | |||
SHOWINSYSHEADER, | |||
SHOWINSYSMACRO, | |||
DEFERRABLE, | |||
CATEGORY ) |
Definition at line 39 of file DiagnosticIDs.cpp.
#define DIAG | ( | ENUM, | |
CLASS, | |||
DEFAULT_SEVERITY, | |||
DESC, | |||
GROUP, | |||
SFINAE, | |||
NOWERROR, | |||
SHOWINSYSHEADER, | |||
SHOWINSYSMACRO, | |||
DEFERRABLE, | |||
CATEGORY ) |
Definition at line 39 of file DiagnosticIDs.cpp.
#define DIAG | ( | ENUM, | |
CLASS, | |||
DEFAULT_SEVERITY, | |||
DESC, | |||
GROUP, | |||
SFINAE, | |||
NOWERROR, | |||
SHOWINSYSHEADER, | |||
SHOWINSYSMACRO, | |||
DEFERRABLE, | |||
CATEGORY ) |
Definition at line 39 of file DiagnosticIDs.cpp.
#define DIAG_COMPAT_IDS_BEGIN | ( | ) |
#define DIAG_COMPAT_IDS_END | ( | ) |
#define DIAG_ENTRY | ( | GroupName, | |
FlagNameOffset, | |||
Members, | |||
SubGroups, | |||
Docs ) |
#define GET_CATEGORY_TABLE |
#define GET_DIAG_ARRAYS |
Definition at line 591 of file DiagnosticIDs.cpp.
#define STRINGIFY_NAME | ( | NAME | ) |
Definition at line 120 of file DiagnosticIDs.cpp.
#define VALIDATE_DIAG_SIZE | ( | NAME | ) |
Definition at line 121 of file DiagnosticIDs.cpp.
|
static |
Definition at line 725 of file DiagnosticIDs.cpp.
References forEachSubGroupImpl(), clang::Func, and OptionTable.
Referenced by clang::DiagnosticIDs::setGroupNoWarningsAsError(), and clang::DiagnosticIDs::setGroupSeverity().
|
static |
Definition at line 716 of file DiagnosticIDs.cpp.
References forEachSubGroupImpl(), clang::Func, and OptionTable.
Referenced by forEachSubGroup(), and forEachSubGroupImpl().
|
static |
GetDiagInfo - Return the StaticDiagInfoRec entry for the specified DiagID, or null if the ID is invalid.
Definition at line 187 of file DiagnosticIDs.cpp.
References CATEGORY, COMMENT, clang::Found, and StaticDiagInfoSize.
Referenced by clang::DiagnosticIDs::getCategoryNumberForDiag(), clang::DiagnosticIDs::getDefaultMapping(), clang::DiagnosticIDs::getDescription(), clang::DiagnosticIDs::getDiagnosticSFINAEResponse(), getDiagnosticsInGroup(), clang::DiagnosticIDs::getGroupForDiag(), and clang::DiagnosticIDs::isDeferrable().
|
static |
Return true
if any diagnostics were found in this group, even if they were filtered out due to having the wrong flavor.
Definition at line 667 of file DiagnosticIDs.cpp.
References GetDiagInfo(), getDiagnosticsInGroup(), clang::diag::CustomDiagInfo::getDiagsInGroup(), clang::Member, clang::NotFound, OptionTable, and clang::diag::Remark.
Referenced by getDiagnosticsInGroup().
|
static |
Definition at line 437 of file DiagnosticIDs.cpp.
References clang::diag::Error, clang::DiagnosticIDs::Error, clang::diag::Fatal, clang::DiagnosticIDs::Fatal, clang::diag::Ignored, clang::DiagnosticIDs::Ignored, clang::diag::Remark, clang::DiagnosticIDs::Remark, clang::diag::Warning, and clang::DiagnosticIDs::Warning.
|
static |
Definition at line 340 of file DiagnosticIDs.cpp.
Referenced by clang::DiagnosticIDs::getCategoryNameFromID(), and clang::DiagnosticIDs::getNumberOfCategories().
|
static |
Definition at line 607 of file DiagnosticIDs.cpp.
Referenced by forEachSubGroup(), forEachSubGroupImpl(), clang::DiagnosticIDs::getDiagnosticsInGroup(), getDiagnosticsInGroup(), clang::DiagnosticIDs::getGroupForWarningOption(), clang::DiagnosticIDs::getNearestOption(), clang::DiagnosticIDs::getWarningOptionDocumentation(), and clang::DiagnosticIDs::getWarningOptionForGroup().
|
static |
Definition at line 183 of file DiagnosticIDs.cpp.
Referenced by clang::DiagnosticIDs::getAllDiagnostics(), and GetDiagInfo().