[PATCH] D80409: [MS ABI] Add mangled type for auto template parameter whose argument kind is Integeral

Zequan Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 25 15:33:39 PDT 2020


zequanwu updated this revision to Diff 266082.
zequanwu retitled this revision from "[MS ABI] Add mangled type for template integer argument" to "[MS ABI] Add mangled type for auto template parameter whose argument kind is Integeral ".
zequanwu edited the summary of this revision.
zequanwu added a comment.

- Only add mangled type for auto template parameter, whose argument kind is `Integral`.
- MSVC mangled name has 1 more letter `M` before the mangled type, but I don't do it here because I think the `M` is from mangled qualifier and the function `mangleQualifiers` is incomplete yet.


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

https://reviews.llvm.org/D80409

Files:
  clang/lib/AST/MicrosoftMangle.cpp
  clang/test/CodeGenCXX/mangle-ms-auto-templates.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80409.266082.patch
Type: text/x-patch
Size: 6883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200525/07a0d80e/attachment.bin>


More information about the cfe-commits mailing list