Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function...
Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function due to lazy declaration of default constructors. Now that __has_nothrow_constructor doesn't use it anymore, part of PR8101 is fixed. llvm-svn: 113794
Loading
Please register or sign in to comment