[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
Fri Sep 11 13:55:43 PDT 2020


zequanwu updated this revision to Diff 291331.
zequanwu added a comment.

Add check for MSVC version 19.14 (removed `AutoParmTemplate<false> auto_bool` as its mangled name conflicts with `AutoParmTemplate<0> auto_int` in V19.14).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80409

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80409.291331.patch
Type: text/x-patch
Size: 8044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200911/ec19e129/attachment.bin>


More information about the cfe-commits mailing list