[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
Wed Mar 14 05:53:12 PDT 2018


Rakete1111 added a comment.

@rsmith Which type specifiers should I test for? just `T`? Or also `T*`, `T&`, ...? Now I'm just checking for an identifier, but anything else would make the lookahead more complicated I think. Any ideas?


https://reviews.llvm.org/D36357





More information about the cfe-commits mailing list