mc-imperial / dredd

Framework for evaluating C/C++ compiler testing tools
Apache License 2.0
11 stars 3 forks source link

Rewrite size expressions of constant-sized constexpr arrays #287

Closed afd closed 1 month ago

afd commented 1 month ago

Enhances the support for rewriting the size expressions of constant-sized arrays so that arrays with the constexpr qualifier are also handled.

Fixes #283.

JonathanFoo0523 commented 1 month ago

Merged!