[PATCH] D124915: Check for resource exhaustion when recursively parsing declarators
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 12 10:15:58 PDT 2022
erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.
>> Another concern here: Do we properly initialize "Actions" in the case where we don't have a semantic Action? That is, if we are just preprocessing?
Doh! Forgot we don't do 'Parser' in preprocessor mode. LGTM!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124915/new/
https://reviews.llvm.org/D124915
More information about the cfe-commits
mailing list