[PATCH] D145034: [Clang][Sema] Preparations to fix handling of out-of-line definitions of constrained templates

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 1 18:14:22 PST 2023


shafik added inline comments.


================
Comment at: clang/include/clang/Sema/DeclSpec.h:68
   NestedNameSpecifierLocBuilder Builder;
+  ArrayRef<TemplateParameterList *> TemplateParamLists;
 
----------------
Does this really represent a `nested-name-specifier` with a `template-param-list`? Maybe I am misunderstanding the change but it feels like we should be updating the documentation to reflect this change better.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145034



More information about the cfe-commits mailing list