summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-subst-std.cpp
Commit message (Collapse)AuthorAgeFilesLines
* It turns out that linkers (at least, the Darwin linker) don't necessarilyJohn McCall2010-08-051-3/+3
| | | | | | | | | | | do the right thing with mixed-visibility symbols, so disable the visibility optimization where that's possible, i.e. with template classes (since it's possible that an arbitrary template might be subject to an explicit instantiation elsewhere). 447.dealII actually does this. I've put the code under an option that's currently not hooked up to anything. llvm-svn: 110374
* Extend the hidden-visibility vtables optimization to template classes thatJohn McCall2010-08-041-3/+3
| | | | | | haven't been explicitly instantiated. llvm-svn: 110189
* Don't substitute 'St' for 'std' when the namespace is nested inside another ↵Anders Carlsson2010-06-021-0/+10
| | | | | | namespace. llvm-svn: 105330
* Be sure to use the standard substitutions when mangling the names ofDouglas Gregor2010-05-261-3/+41
| | | | | | vtables, VTTs, and construction vtables. Fixes PR7201. llvm-svn: 104675
* PR6400: Handle an extreme edge case in mangling correctly.Eli Friedman2010-02-231-0/+6
| | | | llvm-svn: 96961
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-2/+1
| | | | | | some failure here that I can't. llvm-svn: 96612
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-1/+2
| | | | | | | | and destructors when the two entities are semantically identical, i.e. when the class has no virtual base classes. We only do this for linkage types for which aliases are supported, i.e. internal and external, i.e. not linkonce. llvm-svn: 96451
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Mangle basic_ostream and basic_iostream specializations.Anders Carlsson2009-12-071-0/+8
| | | | llvm-svn: 90794
* Correctly mangle the 'std' namespace inside extern "C++" blocks.Anders Carlsson2009-12-041-0/+10
| | | | llvm-svn: 90544
* Mangle std::basic_ostream<char, std::char_traits<char>> as So.Anders Carlsson2009-10-081-3/+10
| | | | llvm-svn: 83557
* Remove PR5061 workaround.Anders Carlsson2009-09-291-6/+2
| | | | llvm-svn: 83046
* Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> ↵Anders Carlsson2009-09-271-3/+12
| | | | | | > as Ss. llvm-svn: 82882
* Mangle ::std::basic_string as Sb.Anders Carlsson2009-09-261-1/+10
| | | | llvm-svn: 82881
* Mangle ::std::allocator as Sa.Anders Carlsson2009-09-261-0/+9
| | | | llvm-svn: 82880
* Substitute "::std::" as "St".Anders Carlsson2009-09-261-0/+9
llvm-svn: 82874
OpenPOWER on IntegriCloud