This is an archive of the discontinued LLVM Phabricator instance.

Added support for -Wstack-usage flag and Framesize reporting fix
AbandonedPublic

Authored by rsanthir.quic on May 5 2021, 6:05 PM.

Details

Summary

This patch adds support for the -Wstack-usage flag. It also changes
how -Wframe-larger-than reports it's frame size. It now excludes the
space allocated to hold parameters for called functions.

Diff Detail