[PATCH] D123775: [AST] Support template declaration found through using-decl for QualifiedTemplateName.

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 20 16:52:34 PDT 2022


shafik added inline comments.


================
Comment at: clang/lib/Sema/SemaTemplate.cpp:1004
         Name = Context.getQualifiedTemplateName(SS.getScopeRep(),
                                                 /*HasTemplateKeyword*/ false,
+                                                Name);
----------------
nitpick: `/*HasTemplateKeyword*/` -> `/*HasTemplateKeyword=*/`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123775



More information about the cfe-commits mailing list