[PATCH] D17072: [Sema] PR25181 Fix crash when method declaration with throw spec fails to parse correctly

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 18 17:05:09 PST 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Looks good, thanks. I like the new approach of avoiding the creation of a LateParsedMethodDeclaration if we couldn't get a NamedDecl back. I'll land it soon.


http://reviews.llvm.org/D17072





More information about the cfe-commits mailing list