[PATCH] D110898: Pass template parameters when printing template argument lists for function templates

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 30 20:05:35 PDT 2021


dblaikie created this revision.
dblaikie added a reviewer: rsmith.
dblaikie requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Improve the application of D77598 <https://reviews.llvm.org/D77598> by passing the template parameter list, allowing integer suffixes to be omitted in more places, making for easier to read template names


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110898

Files:
  clang/lib/AST/Decl.cpp
  clang/test/CodeGenCXX/debug-info-simple-template-names.cpp
  clang/test/SemaCXX/builtin-align-cxx.cpp
  clang/test/SemaCXX/matrix-type-builtins.cpp
  clang/test/SemaCXX/matrix-type-operators.cpp
  clang/test/SemaTemplate/address_space-dependent.cpp
  clang/test/SemaTemplate/delegating-constructors.cpp
  clang/test/SemaTemplate/matrix-type.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110898.376411.patch
Type: text/x-patch
Size: 15181 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211001/7457550a/attachment-0001.bin>


More information about the cfe-commits mailing list