dmd
dmd copied to clipboard
dmd D Programming Language compiler
…@safe
Part of Issue 10488 - Allow template this parameter with static functions. Note: The test is [based on code by](https://issues.dlang.org/show_bug.cgi?id=17713) @tgehr.
Fix Issue 23337 - Wrongly elided postblit/copy ctor for array construction (_d_arrayctor lowering)
…to ref delegate return
…detected too late.
Please ignore - testing to see if anything breaks.
This enable automatic move of last occurrence of an l-value struct instance in a VarExp when occurring 1. as a right-hand-side `VarExp` of an `AssignExp` 2. as a value-passed `Parameter`...
This pull request aims to increase the flexibility of the Visitor class so that it can be used with other AST families than ASTCodegen and at the same time make...