We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DiagGroupID
1 parent c3fed61 commit 0eaea4cCopy full SHA for 0eaea4c
include/swift/AST/DiagnosticEngine.h
@@ -21,7 +21,6 @@
21
#include "swift/AST/ActorIsolation.h"
22
#include "swift/AST/DeclNameLoc.h"
23
#include "swift/AST/DiagnosticConsumer.h"
24
-#include "swift/AST/DiagnosticGroups.h"
25
#include "swift/AST/TypeLoc.h"
26
#include "swift/Basic/PrintDiagnosticNamesMode.h"
27
#include "swift/Basic/Statistic.h"
@@ -68,6 +67,8 @@ namespace swift {
68
67
/// this enumeration type that uniquely identifies it.
69
enum class DiagID : uint32_t;
70
+ enum class DiagGroupID : uint16_t;
71
+
72
/// Describes a diagnostic along with its argument types.
73
///
74
/// The diagnostics header introduces instances of this type for each
0 commit comments