[PATCH] MS ABI: Mangle empty type parameter packs compatibly

David Majnemer david.majnemer at gmail.com
Tue Aug 5 10:35:20 PDT 2014


Hi rsmith, rnk,

The MS mangling scheme apparently has separate manglings for type and
non-type parameter packs when they are empty.  Add state to
TemplateArgument to track this.

http://reviews.llvm.org/D4792

Files:
  include/clang/AST/TemplateBase.h
  lib/AST/ASTContext.cpp
  lib/AST/ASTImporter.cpp
  lib/AST/DeclTemplate.cpp
  lib/AST/ExprCXX.cpp
  lib/AST/MicrosoftMangle.cpp
  lib/AST/TemplateBase.cpp
  lib/AST/TemplateName.cpp
  lib/AST/Type.cpp
  lib/Sema/SemaTemplate.cpp
  lib/Sema/SemaTemplateDeduction.cpp
  lib/Serialization/ASTReader.cpp
  test/CodeGenCXX/mangle-ms-cxx11.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4792.12201.patch
Type: text/x-patch
Size: 14422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140805/bb6150dd/attachment.bin>


More information about the cfe-commits mailing list