Big news
- New command-line option
--fwarn-stack-size=<threshold>
with LLVM 13+. (#4378) - New command-line option
--fsplit-stack
for incremental stack allocations, see https://llvm.org/docs/SegmentedStacks.html. (#4379)- New UDA
ldc.attributes.noSplitStack
disables it on a per-function basis. (#4382)
- New UDA
- New command-line option
--indent
for thetimetrace2txt
tool. (#4391)