[PATCH] D104667: Improve the diagnostic of DiagnosticInfoStackSize (and warn-stack-size in particular)

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 21 13:18:33 PDT 2021


nickdesaulniers added a comment.

GCC trunk: `warning: the frame size of 80 bytes is larger than 0 bytes [-Wframe-larger-than=]`
Clang trunk: `warning: stack frame size of 88 bytes in function 'bar' [-Wframe-larger-than]`

looks like the frontend doesn't use this particular text at all?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104667/new/

https://reviews.llvm.org/D104667



More information about the llvm-commits mailing list