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