aeubanks added inline comments.
================
Comment at: clang/lib/Sema/SemaChecking.cpp:15215
Exprs.append(Construct->arg_begin(), Construct->arg_end());
+ else if (auto Temporary = dyn_cast<clang::CXXBindTemporaryExpr>(E))
+ Exprs.push_back(Temporary->getSubExpr());
----------------
nit: `clang::` isn't necessary
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154253/new/
https://reviews.llvm.org/D154253
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits