Merge pull request #65845 from nate-chandler/eagermove_language_feature

[AST] Added language feature for @_eagerMove.
This commit is contained in:
nate-chandler
2023-05-11 08:31:25 -07:00
committed by GitHub
3 changed files with 53 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ LANGUAGE_FEATURE(
LANGUAGE_FEATURE(AttachedMacros, 389, "Attached macros", hasSwiftSwiftParser)
LANGUAGE_FEATURE(MoveOnly, 390, "noncopyable types", true)
LANGUAGE_FEATURE(ParameterPacks, 393, "Value and type parameter packs", true)
SUPPRESSIBLE_LANGUAGE_FEATURE(LexicalLifetimes, 0, "@_eagerMove/@_noEagerMove/@_lexicalLifetimes annotations", true)
UPCOMING_FEATURE(ConciseMagicFile, 274, 6)
UPCOMING_FEATURE(ForwardTrailingClosures, 286, 6)