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

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 20 14:59:11 PDT 2023


shafik added a comment.

Your explanation makes sense, I wish we had some documentation someplace that covered how it is expected to work with some examples with expected results. Maybe we should think about tests that might exercise this code a bit more.

The definition of `MultiLevelTemplateArgumentList` they have a basic example but that seems to be it.


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