[PATCH] D55685: Update Microsoft name mangling scheme for exception specifiers in the type system

Zachary Henkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 17 10:21:29 PST 2018


zahen updated this revision to Diff 178490.
zahen added a comment.

Added support for msvc minor version as requested.  Tied the updated mangling scheme to C++17 & compatibility mode > 1912 (15.5).  Added additional tests.


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

https://reviews.llvm.org/D55685

Files:
  include/clang/Basic/LangOptions.h
  lib/AST/MicrosoftMangle.cpp
  lib/Driver/ToolChains/MSVC.cpp
  test/CodeGenCXX/mangle-ms-exception-spec.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55685.178490.patch
Type: text/x-patch
Size: 5931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181217/5df4a4a0/attachment-0001.bin>


More information about the cfe-commits mailing list