[PATCH] D37881: [Sema] Prevent InstantiateClass from checking unrelated exception specs.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 19 16:23:57 PDT 2017


vsapsai added a comment.

Thanks for review.

In https://reviews.llvm.org/D37881#875574, @rsmith wrote:

> I think we need to clearly identify what state we're saving here and why. It's the state that is pending from a class that we're currently in the middle of parsing, so how about something like `SavePendingParsedClassStateRAII`?


Agree with suggested name, will use it and will clarify comment about "Some delayed state".


https://reviews.llvm.org/D37881





More information about the cfe-commits mailing list