#include "clang/Basic/LLVM.h"
#include "llvm/ADT/IntrusiveRefCntPtr.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) unsigned Name : Bits; |
|
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) |
|
#define | DIAGOPT(Name, Bits, Default) |
|
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; |
|
#define | DIAGOPT(Name, Bits, Default) |
|
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) |
|
#define | DIAGOPT(Name, Bits, Default) Name = Default; |
|
#define | ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); |
|
◆ DIAGOPT [1/4]
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
◆ DIAGOPT [2/4]
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ DIAGOPT [3/4]
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ DIAGOPT [4/4]
#define DIAGOPT |
( |
|
Name, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| Name = Default; |
◆ ENUM_DIAGOPT [1/4]
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ ENUM_DIAGOPT [2/4]
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| unsigned Name : Bits; |
◆ ENUM_DIAGOPT [3/4]
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| |
◆ ENUM_DIAGOPT [4/4]
#define ENUM_DIAGOPT |
( |
|
Name, |
|
|
|
Type, |
|
|
|
Bits, |
|
|
|
Default |
|
) |
| set##Name(Default); |