Concurrency: Promote BuiltinCreateTask feature to baseline.

This commit is contained in:
Allan Shortlidge
2024-07-02 22:12:29 -07:00
parent 7e181d17e5
commit ee8a1152b2
7 changed files with 1 additions and 114 deletions

View File

@@ -126,7 +126,6 @@ static bool usesFeatureRethrowsProtocol(Decl *decl) {
UNINTERESTING_FEATURE(BuiltinUnprotectedStackAlloc)
UNINTERESTING_FEATURE(BuiltinAllocVector)
UNINTERESTING_FEATURE(BuiltinCreateTask)
static bool usesFeatureNewCxxMethodSafetyHeuristics(Decl *decl) {
return decl->hasClangNode();