Ben Barham
|
f292ec9784
|
Use the new template deduction guides rather than makeArrayRef
LLVM has removed `make*ArrayRef`, migrate all references to their
constructor equivalent.
|
2024-02-23 20:04:51 -08:00 |
|
Ben Barham
|
ef8825bfe6
|
Migrate llvm::Optional to std::optional
LLVM has removed llvm::Optional, move over to std::optional. Also
clang-format to fix up all the renamed #includes.
|
2024-02-21 11:20:06 -08:00 |
|
Slava Pestov
|
14d1fcb51a
|
AST: TypeChecker::conformsToProtocol() => ModuleDecl::checkConformance()
|
2024-01-16 17:08:00 -05:00 |
|
Alex Hoppen
|
cf71a105f2
|
[Refactoring] Move async refactorings into their own files
|
2023-09-11 19:05:00 -07:00 |
|