dmd/compiler
drpriver a0bf0f368a
ImportC: allow _Alignof expression (#21181)
Resolves https://github.com/dlang/dmd/issues/20434

Allowing this gnu/clang extension actually removes lines of code as
we can unify the parsing and semantics of `_Alignof` and `sizeof`
and have the normal D machinery handle the difference later.
2025-04-10 07:20:50 +08:00
..
docs
ini
src ImportC: allow _Alignof expression (#21181) 2025-04-10 07:20:50 +08:00
test ImportC: allow _Alignof expression (#21181) 2025-04-10 07:20:50 +08:00
tools Update copyright years to 2025 (#20958) 2025-03-06 18:17:32 +08:00