Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
cc41a94688615b551505e0e7c287e1c444f53a3f
/
test
/
CodeGenCXX
/
mangle-ms.cpp
79b7cc5
Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft
by Timur Iskhodzhanov
· 12 years ago
82bfa19
Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs.
by Aaron Ballman
· 12 years ago
a04ca5c
Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx-abi microsoft"
by Timur Iskhodzhanov
· 12 years ago
2612e9f
Fix the mangling of function pointers in the MS ABI.
by John McCall
· 12 years ago
bae11d8
Remove an outdated comment; add one test to compare function pointer and block mangling
by Timur Iskhodzhanov
· 12 years ago
1cc9be0
Follow-up: fix the quotes
by Timur Iskhodzhanov
· 12 years ago
a542744
Replace wrong CHECK array mangling expectations with correct CHECK-NOT+FIXME (PR13182)
by Timur Iskhodzhanov
· 12 years ago
df43804
Add a few more test cases for the -cxx-abi microsoft mangler. Some of them were broken recently
by Timur Iskhodzhanov
· 12 years ago
06e767d
MS: Mangle rvalue references and nullptr_t, and produce back-references when
by Richard Smith
· 12 years ago
c0838d2
PR13047: Fix various abuses of clang::Type in the MS mangler, to make it work
by Richard Smith
· 12 years ago
bd1d18e
PR13022: cope with parenthesized function types in MS name mangling.
by Richard Smith
· 12 years ago
e2b45e2
Refactor the C++ ABI code a little bit to take advantage of
by John McCall
· 13 years ago
3a8ac07
When mangling a synthetic function declaration, we might not have
by John McCall
· 13 years ago
50118da
Add Microsoft mangling of constructors and destructors. Patch by Dmitry!
by Michael J. Spencer
· 13 years ago
ee743f9
Use the right calling convention when mangling names in the Microsoft C++
by Charles Davis
· 14 years ago
4d25483
Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler.
by Charles Davis
· 14 years ago
0877826
Fix mangling of array dimensions in the Microsoft C++ Mangler.
by Charles Davis
· 14 years ago
cd712cb
Mangle member pointer types in the Microsoft C++ Mangler.
by Charles Davis
· 14 years ago
1139da1
Fix mangling of function pointers in the Microsoft C++ Mangler.
by Charles Davis
· 14 years ago
4f0a337
Fix mangling of array parameters for functions in the Microsoft C++ Mangler.
by Charles Davis
· 14 years ago
0b8fe8c
Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it
by Charles Davis
· 14 years ago
3a0d41d
Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler.
by Charles Davis
· 14 years ago
c62458f
Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler.
by Charles Davis
· 14 years ago
21e2a7e
Mangle operator names in the Microsoft C++ Mangler.
by Charles Davis
· 14 years ago
65161d1
Start mangling function types in the Microsoft C++ Mangler.
by Charles Davis
· 14 years ago
b021f8b
Microsoft C++ Mangler:
by Charles Davis
· 14 years ago
570d276
Microsoft C++ Mangler:
by Charles Davis
· 14 years ago
971154d
When mangling for the Microsoft C++ ABI, mangle variables in the global
by Charles Davis
· 14 years ago
e60cea8
Start implementing the Microsoft-style name mangler. Mangle simple names
by Charles Davis
· 14 years ago