[PATCH] D136803: [clang] Include the type of a pointer or reference non-type template parameter in its notion of template argument identity.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 20:20:49 PDT 2022


rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/test/SemaTemplate/temp_arg_nontype_cxx1z.cpp:592
+
+  // FIXME: We will need to mangle these cases differently too!
+  int m;
----------------
Should be fixed already I think


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136803



More information about the cfe-commits mailing list