[PATCH] D132503: Add cxx scope if needed for requires clause.
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 25 09:32:04 PDT 2022
erichkeane added inline comments.
================
Comment at: clang/lib/Parse/ParseTemplate.cpp:293
+ if (Tok.is(tok::kw_requires)) {
+ CXXScopeSpec ScopeSpec = DeclaratorInfo.getCXXScopeSpec();
+ DeclaratorScopeObj DeclScopeObj(*this, ScopeSpec);
----------------
Not sure about this type, should this be a reference?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132503/new/
https://reviews.llvm.org/D132503
More information about the cfe-commits
mailing list