[PATCH] D85613: [clang] Look through bindings when checking whether a default argument references a local entity.
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 09:57:16 PDT 2020
riccibruno updated this revision to Diff 284803.
riccibruno added a comment.
Remove the now-unused `const VarDecl *` parameter to `DiagnoseIfOdrUse`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85613/new/
https://reviews.llvm.org/D85613
Files:
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p7.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85613.284803.patch
Type: text/x-patch
Size: 4642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200811/44d411dc/attachment.bin>
More information about the cfe-commits
mailing list