[PATCH] D23765: Fix for clang PR 29087

Taewook Oh via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 16 15:48:18 PDT 2016


twoh added a comment.

@rsmith Thank you for your review! I added tests to cxx11-crashes.cpp, as the goal of this patch is not handling __has_* traits right but preventing ICE. Also, I tried to use ConstructorUsingShadowDecl::getConstructor instead of ConstructorUsingShadowDecl::getTargetDecl followed by casting, but clang build was failed with undefined references. I wonder if the definition of ConstructorUsingShadowDecl::getConstructor is missed in https://reviews.llvm.org/rL274049.


https://reviews.llvm.org/D23765





More information about the cfe-commits mailing list