MaskRay added a comment.

In GCC -Wstack-usage= is more powerful. It can check `warning: stack usage 
might be unbounded`.

If this is currently just an alias, does it address some application pain? If 
we don't actually implement the -Wstack-usage= functionality, I'd hope that 
applications know this and gracefully degrade to -Wframe-larger-than= instead.
Having this functionality could give false impression that we have implemented 
the powerful detection usage.
And I expect that -Wstack-usage= is rarely used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102782

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to