Hamish Knight
|
73710e3eef
|
[AST] Introduce Decl::addAttribute
Introduce a convenience entrypoint that also calls `attachToDecl` on
the attribute, and migrate all existing uses of `getAttrs().add` onto
it.
|
2025-10-16 11:21:54 +01:00 |
|
Hamish Knight
|
c02c69a783
|
[AST] Introduce CaseStmt::createImplicit
This allows us to re-use the same logic to create the case body
variables.
|
2025-09-09 13:48:40 +01:00 |
|
Hamish Knight
|
84befd43ab
|
[AST] Make case body variables for CaseStmt non-optional
We don't really care about the distinction between empty and nil here.
|
2025-09-09 13:48:40 +01:00 |
|
Anthony Latsis
|
3fd8f0a008
|
[NFC] Sema: Factor out derived conformance sources into subdirectory
|
2025-04-05 05:32:37 +01:00 |
|