This is an archive of the discontinued LLVM Phabricator instance.

Added Support for Warning Flag -Wstack-usage=
AbandonedPublic

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

Details

Summary

The -Wstack-usage flag has been added, which provides a
warning message when size of stack exceeds user provided value.

Diff Detail