[PATCH] D120881: [Clang] Diagnose invalid member variable with template parameters

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 3 06:26:31 PST 2022


cor3ntin added a comment.

In D120881#3357015 <https://reviews.llvm.org/D120881#3357015>, @erichkeane wrote:

> Do we have a test somewhere to check the variable template specialization case to make sure that didn't break?  Otherwise LGTM.

Thanks for the review.
It seems fairly well covered in `clang/test/SemaCXX/cxx1y-variable-templates_in_class.cpp`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120881



More information about the cfe-commits mailing list