aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-exprs.cpp
AgeCommit message (Expand)Author
2012-09-25Implement Mike Herrick's proposed noexcept mangling.John McCall
2012-02-25Richard Smith pointed out that there already is a proposal for init list mang...Sebastian Redl
2012-02-25Better mangling for new-expressions. Also, although we can't mangle arbitrary...Sebastian Redl
2012-02-06Implement name mangling for scalar value initialization. Reported on IRC by Xeo.Richard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-06-05Add name mangling for expr .* expr. Fixes PR9983 / <rdar://problem/9486332>.Douglas Gregor
2011-05-01Store a parameter index and function prototype depth in everyJohn McCall
2011-04-28Implement the mangling for non-ADL call expressions that we justJohn McCall
2011-02-21Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI.Richard Smith
2010-07-30fix PR5179 and correctly fix PR5831 to not miscompile.Chris Lattner
2010-06-28pass/return structs of char and short as i8/i16 to avoidChris Lattner
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor
2010-03-13Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor
2010-03-13Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor
2010-03-12Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor
2010-03-12Give explicit template instantiations weak linkage (but don't deferDouglas Gregor
2010-01-29Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876.Douglas Gregor