dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
114 stars 56 forks source link

Support delclarations in switch statements `switch(auto x = expr)` #504

Closed Mai-Lapyst closed 8 months ago

Mai-Lapyst commented 9 months ago

DScanner complains when using the new syntax to allow variable declarations in switch headers:

image

PR for feature into dmd: https://github.com/dlang/dmd/pull/15656 PR for spec update: https://github.com/dlang/dlang.org/pull/3702