summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-exprs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Richard Smith pointed out that there already is a proposal for init list mang...Sebastian Redl2012-02-251-4/+3
* Better mangling for new-expressions. Also, although we can't mangle arbitrary...Sebastian Redl2012-02-251-0/+60
* Implement name mangling for scalar value initialization. Reported on IRC by Xeo.Richard Smith2012-02-061-0/+7
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add name mangling for expr .* expr. Fixes PR9983 / <rdar://problem/9486332>.Douglas Gregor2011-06-051-0/+16
* Store a parameter index and function prototype depth in everyJohn McCall2011-05-011-0/+44
* Implement the mangling for non-ADL call expressions that we justJohn McCall2011-04-281-0/+16
* Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI.Richard Smith2011-02-211-1/+8
* fix PR5179 and correctly fix PR5831 to not miscompile.Chris Lattner2010-07-301-1/+1
* pass/return structs of char and short as i8/i16 to avoidChris Lattner2010-06-281-1/+1
* Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor2010-03-131-5/+5
* Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor2010-03-131-5/+5
* Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor2010-03-131-5/+5
* Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor2010-03-121-5/+5
* Give explicit template instantiations weak linkage (but don't deferDouglas Gregor2010-03-121-5/+5
* Name mangling for cast expressions, from Matthias Schiffer! Fixes PR5876.Douglas Gregor2010-01-291-0/+44