[PATCH] D94804: [clang] Allow LifetimeExtendedTemporary to have no access specifier
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 18 02:38:31 PST 2021
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
thanks.
================
Comment at: clang/lib/AST/DeclBase.cpp:986
+ isa<ClassScopeFunctionSpecializationDecl>(this) ||
+ isa<LifetimeExtendedTemporaryDecl>(this))
return true;
----------------
nit: personally I'd keep the old format style, just appending the new case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94804/new/
https://reviews.llvm.org/D94804
More information about the cfe-commits
mailing list