We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2b649 commit 78b9032Copy full SHA for 78b9032
1 file changed
cpp2rust/converter/converter_lib.cpp
@@ -658,6 +658,7 @@ static bool IsIteratorType(clang::QualType qt) {
658
659
bool IsRedundantCopyInConversion(clang::ASTContext &ctx,
660
const clang::CXXConstructExpr *expr) {
661
+ return false;
662
if (auto parents = ctx.getParentMapContext().getParents(*expr);
663
!parents.empty()) {
664
if (auto *parent = parents[0].get<clang::CXXConstructExpr>()) {
0 commit comments