Skip to content

Commit f8bfa6c

Browse files
committed
Order DiagnosticGroups.def alphabetically
1 parent cadc644 commit f8bfa6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/swift/AST/DiagnosticGroups.def

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ GROUP(ActorIsolatedCall, "actor-isolated-call")
4444
GROUP(AlwaysAvailableDomain, "always-available-domain")
4545
GROUP(AvailabilityUnrecognizedName, "availability-unrecognized-name")
4646
GROUP(ClangDeclarationImport, "clang-declaration-import")
47+
GROUP(CompilationCaching, "compilation-caching")
4748
GROUP(ConformanceIsolation, "conformance-isolation")
4849
GROUP(DeprecatedDeclaration, "deprecated-declaration")
4950
GROUP(DynamicCallable, "dynamic-callable-requirements")
@@ -52,6 +53,7 @@ GROUP(ErrorInFutureSwiftVersion, "error-in-future-swift-version")
5253
GROUP(ExclusivityViolation, "exclusivity-violation")
5354
GROUP(ExistentialAny, "existential-any")
5455
GROUP(ExistentialMemberAccess, "existential-member-access-limitations")
56+
GROUP(ExistentialType, "existential-type")
5557
GROUP(ImplementationOnlyDeprecated, "implementation-only-deprecated")
5658
GROUP(IsolatedConformances, "isolated-conformances")
5759
GROUP(MemberImportVisibility, "member-import-visibility")
@@ -63,10 +65,12 @@ GROUP(MutableGlobalVariable, "mutable-global-variable")
6365
GROUP(NominalTypes, "nominal-types")
6466
GROUP(NonisolatedNonsendingByDefault, "nonisolated-nonsending-by-default")
6567
GROUP(OpaqueTypeInference, "opaque-type-inference")
68+
GROUP(PerformanceHints, "performance-hints")
6669
GROUP(PreconcurrencyImport, "preconcurrency-import")
6770
GROUP(PropertyWrappers, "property-wrapper-requirements")
6871
GROUP(ProtocolTypeNonConformance, "protocol-type-non-conformance")
6972
GROUP(ResultBuilderMethods, "result-builder-methods")
73+
GROUP(ReturnTypeImplicitCopy, "return-type-implicit-copy")
7074
GROUP(SendableClosureCaptures, "sendable-closure-captures")
7175
GROUP(SendableMetatypes, "sendable-metatypes")
7276
GROUP(SendingRisksDataRace, "sending-risks-data-race")
@@ -76,14 +80,10 @@ GROUP(StringInterpolationConformance, "string-interpolation-conformance")
7680
GROUP(TemporaryPointers, "temporary-pointers")
7781
GROUP(TrailingClosureMatching, "trailing-closure-matching")
7882
GROUP(UnknownWarningGroup, "unknown-warning-group")
79-
GROUP(CompilationCaching, "compilation-caching")
8083
GROUP(WeakMutability, "weak-mutability")
8184

82-
GROUP(PerformanceHints, "performance-hints")
83-
GROUP(ReturnTypeImplicitCopy, "return-type-implicit-copy")
84-
GROUP_LINK(PerformanceHints, ReturnTypeImplicitCopy)
85-
GROUP(ExistentialType, "existential-type")
8685
GROUP_LINK(PerformanceHints, ExistentialType)
86+
GROUP_LINK(PerformanceHints, ReturnTypeImplicitCopy)
8787

8888
#define UNDEFINE_DIAGNOSTIC_GROUPS_MACROS
8989
#include "swift/AST/DefineDiagnosticGroupsMacros.h"

0 commit comments

Comments
 (0)