[PATCH] D123909: [Clang] Use of decltype(capture) in parameter-declaration-clause
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 18 05:05:15 PDT 2022
cor3ntin added inline comments.
================
Comment at: clang/include/clang/Sema/Sema.h:5281
+ SourceLocation TemplateKwLoc,
+ bool HasTrailingLParen);
+
----------------
aaron.ballman wrote:
> This parameter is always false, so it seems like it can be dropped.
Not if we extend to `sizeof id` - I guess i can drop it for now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123909/new/
https://reviews.llvm.org/D123909
More information about the cfe-commits
mailing list