summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-subst-std.cpp
Commit message (Expand)AuthorAgeFilesLines
* It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall2010-08-051-3/+3
* Extend the hidden-visibility vtables optimization to template classes thatJohn McCall2010-08-041-3/+3
* Don't substitute 'St' for 'std' when the namespace is nested inside another n...Anders Carlsson2010-06-021-0/+10
* Be sure to use the standard substitutions when mangling the names ofDouglas Gregor2010-05-261-3/+41
* PR6400: Handle an extreme edge case in mangling correctly.Eli Friedman2010-02-231-0/+6
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-2/+1
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-1/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Mangle basic_ostream and basic_iostream specializations.Anders Carlsson2009-12-071-0/+8
* Correctly mangle the 'std' namespace inside extern "C++" blocks.Anders Carlsson2009-12-041-0/+10
* Mangle std::basic_ostream<char, std::char_traits<char>> as So.Anders Carlsson2009-10-081-3/+10
* Remove PR5061 workaround.Anders Carlsson2009-09-291-6/+2
* Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> >...Anders Carlsson2009-09-271-3/+12
* Mangle ::std::basic_string as Sb.Anders Carlsson2009-09-261-1/+10
* Mangle ::std::allocator as Sa.Anders Carlsson2009-09-261-0/+9
* Substitute "::std::" as "St".Anders Carlsson2009-09-261-0/+9
OpenPOWER on IntegriCloud