Kathy Gray
97dfc82255
Update tests to reflect type information in ambiguity resolution
...
All but 7 tests now passing. Those 7 tests either do not refer to these circumstances or do not seem to pass even when modified to accept type specifications.
2025-10-10 17:46:22 +01:00
Doug Gregor
c34f81e110
Allow #selector to reference async method in non-async code
...
Fixes rdar://153118331
2025-06-23 12:41:18 -07:00
Doug Gregor
73031240fa
Effects: Treat #selector as covering throws/async effects in its operand
...
Fixes rdar://151968656
2025-05-30 10:50:32 -07:00
Anthony Latsis
65663b0b5d
Gardening: Migrate test suite to GH issues: expr/primary
2022-08-30 00:31:18 +03:00
Anthony Latsis
324913055d
CS: Handle unbound references to @objc optional methods
2022-03-30 19:11:29 +03:00
Holly Borla
12459cff80
[Diagnostics] Print 'any' in diagnostic arguments.
2022-03-05 14:26:45 -08:00
Holly Borla
57d0bf8c71
[Test] Add a test case for function and property declarations in the
...
overload set for an argument to a method `#selector`.
2021-10-20 10:08:56 -07:00
Suyash Srijan
fa82965a7d
[CSApply] Fix an issue with the @objc selector fix-it incorrectly being applied ( #20949 )
...
Special-case the diagnostic for members of non-@objc protocols that are referenced in #selector expressions.
2018-12-11 13:19:46 -05:00
Rintaro Ishizaki
5baf106c20
[test][gardening] move test files to appropriate directory
...
`#selector` and `#keyPath` are parsed in parseExprPrimary
2018-03-15 17:45:32 +09:00