The resume partial functions generated for swift suspend points will now
use a Swift mangling suffix.
Await resume partial functions will use the suffix 'TQ'[0-9]+'_' (e.g "...TQ0_")
and suspend resume partial functions will use the suffix 'TY'[0-9]+'_'
(e.g "...TY1_").
clang-tidy: warning: 'auto resumeNameSuffix' can be declared as 'const auto *resumeNameSuffix' [llvm-qualified-auto]
not useful
clang-tidy: warning: invalid case style for variable 'resumeNameSuffix' [readability-identifier-naming]
not useful