[PATCH] D20428: Tracking exception specification source locations

don hinton via cfe-commits cfe-commits at lists.llvm.org
Thu May 19 08:45:28 PDT 2016


hintonda added a comment.

I can already catch all of these cases, but I can't catch this one, will this catch it too?

  void g(void (*fp)(void) throw()) throw();
                          ^^^^^^^


http://reviews.llvm.org/D20428





More information about the cfe-commits mailing list