[PATCH] D155705: [clang] Fix specialization of non-templated member classes of class templates

Mariya Podchishchaeva via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 24 05:13:12 PDT 2023


Fznamznon added a comment.

> Maybe we should think about tests that might exercise this code a bit more.

I tried adding more checks, but the patch fixes a specific case.
Do you have some examples in mind?
Please note that in order to test new change there should be an instantiation of nested non-template class inside of a templated class.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155705



More information about the cfe-commits mailing list