Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
fbf7005138d199bad238f0dd1ff509931a24ab10
/
test
/
CodeGenCXX
/
mangle-exprs.cpp
faf4ef6
Richard Smith pointed out that there already is a proposal for init list mangling.
by Sebastian Redl
· 13 years ago
b76ffc5
Better mangling for new-expressions. Also, although we can't mangle arbitrary initializer lists yet (we will need this), turn the crash into a controlled error.
by Sebastian Redl
· 13 years ago
41576d4
Implement name mangling for scalar value initialization. Reported on IRC by Xeo.
by Richard Smith
· 13 years ago
762bb9d
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 13 years ago
63f62df
Add name mangling for expr .* expr. Fixes PR9983 / <rdar://problem/9486332>.
by Douglas Gregor
· 14 years ago
fb44de9
Store a parameter index and function prototype depth in every
by John McCall
· 14 years ago
5a7e6f7
Implement the mangling for non-ADL call expressions that we just worked out.
by John McCall
· 14 years ago
967ecd3
Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI.
by Richard Smith
· 14 years ago
117e3f4
fix PR5179 and correctly fix PR5831 to not miscompile.
by Chris Lattner
· 14 years ago
8ff2964
pass/return structs of char and short as i8/i16 to avoid
by Chris Lattner
· 14 years ago
8f51a4f
Give explicit template instantiations weak ODR linkage. Former
by Douglas Gregor
· 15 years ago
34fd284
Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent
by Douglas Gregor
· 15 years ago
8721360
Reinstate patch to turn explicit template instantiations into weak symbols
by Douglas Gregor
· 15 years ago
4ea9006
Revert the linkage change for explicit template instantiations; something is amiss
by Douglas Gregor
· 15 years ago
e5e0c9d
Give explicit template instantiations weak linkage (but don't defer
by Douglas Gregor
· 15 years ago
46287c7
Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876.
by Douglas Gregor
· 15 years ago