[PATCH] D53847: [C++2a] P0634r3: Down with typename!
Nicolas Lesser via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 14 22:41:09 PST 2018
Rakete1111 added inline comments.
================
Comment at: include/clang/Parse/Parser.h:2119
DeclSpecContext DSC = DeclSpecContext::DSC_normal,
- LateParsedAttrList *LateAttrs = nullptr);
+ LateParsedAttrList *LateAttrs = nullptr) {
+ return ParseDeclarationSpecifiers(DS, TemplateInfo, AS, DSC, LateAttrs,
----------------
Rakete1111 wrote:
> This overload is unnecessary; I accidentally included it. I'll change it later so that Phab doesn't lose the review comments.
Actually, it's less repetitive if I leave it. So I'll just leave it be.
Repository:
rC Clang
https://reviews.llvm.org/D53847
More information about the cfe-commits
mailing list