swift
ba76c3c1 - [Concurrency] Never skip global actor attributes in the ASTPrinter.

Commit
1 year ago
[Concurrency] Never skip global actor attributes in the ASTPrinter. Custom attributes like global actors carry crucial semantic information and should never be suppressed in the ASTPrinter. In particular, `printQuickHelpDeclaration()` sets `PrintImplicitAttrs` to false, but it's important for quick help / cursor info to include global actors.
Author
Parents
Loading