[PATCH] D18868: [Sema] PR27155: Fix a template argument deduction bug with base classes

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 25 12:34:05 PDT 2016


rsmith closed this revision.
rsmith added a comment.

Committed as r267444.

I refactored it to use `CXXRecordDecl::forallBases` instead of a hand-rolled traversal of the base classes in r267453.


http://reviews.llvm.org/D18868





More information about the cfe-commits mailing list