[PATCH] D104500: [clang] Apply P1825 as Defect Report from C++11 up to C++20.
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 27 14:34:59 PDT 2021
mizvekov marked 2 inline comments as done.
mizvekov added inline comments.
================
Comment at: clang/lib/Sema/SemaStmt.cpp:3544
- // taking an rvalue reference.
- if (cast<CXXMethodDecl>(FD)->getRefQualifier() != RQ_RValue)
- break;
----------------
If there was a `IsDiagnosticsCheck &&` check here just as there is above for the constructor case, this bug could have been confined to a diagnostic issue only.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104500/new/
https://reviews.llvm.org/D104500
More information about the cfe-commits
mailing list