[PATCH] D58056: Look through typedefs in getFunctionTypeWithExceptionSpec

Stephan Bergmann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 11 08:52:54 PST 2019


sberg added a comment.

The change itself should probably be uncontroversial (the bad cast had been there ever since getFunctionTypeWithExceptionSpec had been introduced with r221918), but I'm not sure about the test: It tests the relevant code somewhat indirectly; is it fine in clang/test/AST/?; or is such a test even overkill?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58056/new/

https://reviews.llvm.org/D58056





More information about the cfe-commits mailing list