[PATCH] D69478: [Sema] Allow warnStackExhausted to show more info
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 28 09:40:58 PDT 2019
aaron.ballman added a comment.
I sort of feel like we don't want to go this route because we want to avoid calling `runWithSufficientStackSpace` whenever possible, but I am not strongly opposed to this patch. It should be combined with the usage of the new functionality, however, so that it gets adequate test coverage.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69478/new/
https://reviews.llvm.org/D69478
More information about the cfe-commits
mailing list