[PATCH] D36357: Added a better diagnostic when using the delete operator with lambdas
Nicolas Lesser via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 21 12:55:12 PDT 2018
Rakete1111 added a comment.
@rsmith Should I only check for an identifier, like only "int" and nothing else? Because parsing a full type specifier might be a bit expensive, no?
https://reviews.llvm.org/D36357
More information about the cfe-commits
mailing list