Skip to content

Commit bc76b04

Browse files
committed
Finish comment
(cherry picked from commit 32267f4)
1 parent 00bb738 commit bc76b04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Basic/SupportedFeatures.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ namespace features {
2727
/// The subset of diagnostic groups (called categories by the diagnostic machinery) whose diagnostics should be
2828
/// considered to be part of the migration for this feature.
2929
///
30-
/// When making a
30+
/// 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.
3132
static std::vector<DiagGroupID> migratableCategories(Feature feature) {
3233
switch (feature) {
3334
case Feature::InnerKind::ExistentialAny:

0 commit comments

Comments
 (0)