Commit Graph

3 Commits

Author SHA1 Message Date
Hamish Knight
0bfbe987b4 [AST] Print ErrorType as _
In preparation for removing UnresolvedType in favor of ErrorType,
start printing ErrorType as `_` unless we've enabled debug printing.
`<<error type>>` should never be presented to the user, instead `_`
now just consistently means "unknown type".
2025-09-21 23:19:06 +01:00
Alex Hoppen
a5a17aa955 [tests] Add a %batch-code-completion lit substitution
I could never remember the command to run batch code completion tests. Add a lit substitution for it.
2023-09-18 13:57:49 -07:00
Ben Barham
4da190dde1 [NameLookup] Retain invalid decls when filtering via access path
Fixes missing declarations in the completions list due to their type
being invalid.

Resolves rdar://70704835
2020-11-02 08:49:05 +10:00