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.
1 parent 00bb738 commit bc76b04Copy full SHA for bc76b04
lib/Basic/SupportedFeatures.cpp
@@ -27,7 +27,8 @@ namespace features {
27
/// The subset of diagnostic groups (called categories by the diagnostic machinery) whose diagnostics should be
28
/// considered to be part of the migration for this feature.
29
///
30
-/// When making a
+/// When making a feature migratable, ensure that all of the warnings that are used to drive the migration are
31
+/// part of a diagnostic group, and put that diagnostic group into the list for that feature here.
32
static std::vector<DiagGroupID> migratableCategories(Feature feature) {
33
switch (feature) {
34
case Feature::InnerKind::ExistentialAny:
0 commit comments