#include "clang/Basic/LLVM.h"
#include <string>
#include <type_traits>
#include <vector>
#include "clang/Basic/DiagnosticOptions.def"
Go to the source code of this file.
|
namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting.
|
namespace | llvm::opt |
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
|
#define | DIAGOPT(Name, Bits, Default) |
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) |
#define | DIAGOPT(Name, Bits, Default) |
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) |
#define | DIAGOPT(Name, Bits, Default) |
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) |
#define | DIAGOPT(Name, Bits, Default) |
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) |
◆ DIAGOPT [1/4]
#define DIAGOPT |
( |
| Name, |
|
|
| Bits, |
|
|
| Default ) |
◆ DIAGOPT [2/4]
#define DIAGOPT |
( |
| Name, |
|
|
| Bits, |
|
|
| Default ) |
◆ DIAGOPT [3/4]
#define DIAGOPT |
( |
| Name, |
|
|
| Bits, |
|
|
| Default ) |
◆ DIAGOPT [4/4]
#define DIAGOPT |
( |
| Name, |
|
|
| Bits, |
|
|
| Default ) |
◆ ENUM_DIAGOPT [1/4]
#define ENUM_DIAGOPT |
( |
| Name, |
|
|
| Type, |
|
|
| Bits, |
|
|
| Default ) |
◆ ENUM_DIAGOPT [2/4]
#define ENUM_DIAGOPT |
( |
| Name, |
|
|
| Type, |
|
|
| Bits, |
|
|
| Default ) |
◆ ENUM_DIAGOPT [3/4]
#define ENUM_DIAGOPT |
( |
| Name, |
|
|
| Type, |
|
|
| Bits, |
|
|
| Default ) |
Value: Type get##Name() const { return static_cast<Type>(Name); } \
void set##Name(Type
Value) { Name =
static_cast<unsigned>(
Value); }
Definition at line 93 of file DiagnosticOptions.h.
◆ ENUM_DIAGOPT [4/4]
#define ENUM_DIAGOPT |
( |
| Name, |
|
|
| Type, |
|
|
| Bits, |
|
|
| Default ) |