[PATCH] D68099: [MS ABI]: Fix mangling function arguments for template types to be compatible with MSVC

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 4 11:45:33 PDT 2019


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

I confirmed the test case matches the name that MSVC produces. I guess this regressed in rC362293 <https://reviews.llvm.org/rC362293> / D62746 <https://reviews.llvm.org/D62746>, so the bug is in clang 9.0, but not 8.0. Maybe we should merge this to 9.0.1.


Repository:
  rC Clang

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

https://reviews.llvm.org/D68099





More information about the cfe-commits mailing list