[PATCH] D134334: [Clang] Fix crash in isCXXDeclarationSpecifier when attempting to annotate template name

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 1 08:59:50 PDT 2023


cor3ntin added a comment.

I does think this patch probably makes sense but I agree with Erich that a comment is in order.
I'm also wondering whether we can end up in a situation where Tok and NextToken() get replaced by a single annotation in which case this would not work. I don't think so.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134334/new/

https://reviews.llvm.org/D134334



More information about the cfe-commits mailing list