[all-commits] [llvm/llvm-project] 7127fd: MSABI: Basic mangling for access to member subobje...
Richard Smith via All-commits
all-commits at lists.llvm.org
Wed Dec 9 18:09:24 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7127fd1786e607990ada5ade2bf473e6cad68d9d
https://github.com/llvm/llvm-project/commit/7127fd1786e607990ada5ade2bf473e6cad68d9d
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M clang/lib/AST/MicrosoftMangle.cpp
M clang/test/CodeGenCXX/mangle-class-nttp.cpp
Log Message:
-----------
MSABI: Basic mangling for access to member subobjects in a class
non-type template parameter.
The mangling information used here comes from private communication with
Jon Caves at Microsoft.
More information about the All-commits
mailing list