Alex Hoppen
32eff21977
[IDE] Remove "Begin completions" and "End completions" from test cases
...
These test lines weren't actually providing any value and were annoying to write. Let's jut remove them.
2023-03-22 09:07:17 -07:00
Rintaro Ishizaki
d9011e06b2
[CodeCompletion] Add a symbol kind for actors
...
rdar://79733313
2022-02-15 13:14:46 -08:00
Rintaro Ishizaki
ed1db1bed2
[CodeCompletion] Explain why results aren't recommended
...
* Implement 'getDiagnosticSeverity()' and 'getDiagnosticMessage()' on
'CodeCompletionResult'
* Differentiate 'RedundantImportIndirect' from 'RedundantImport'
* Make non-Sendable check respects '-warn-concurrency'
rdar://76129658
2021-08-10 17:11:14 -07:00
Doug Gregor
eeeea49764
Remove -enable-experimental-concurrency almost everywhere.
2021-07-26 21:24:43 -07:00
Rintaro Ishizaki
b2174da15b
[CodeCompletion] Update for actor isolation
...
For cross actor references:
* Annotate with 'async'
* "Not recommended" if there're non-'Sendable' arguments or return types
rdar://72200120
2021-03-24 15:52:44 -07:00