Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
01e56aecb77a96dcd93fa0e901b919f2e441981d
/
test
/
CodeGenCXX
/
mangle-subst-std.cpp
b1162f1
PR6400: Handle an extreme edge case in mangling correctly.
by Eli Friedman
· 15 years ago
8e51a1f
Revert the ctor/dtor alias optimization for now; the buildbots can detect
by John McCall
· 15 years ago
92ac9ff
Emit complete constructors and destructors as aliases to base constructors
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
91f8860
Mangle basic_ostream and basic_iostream specializations.
by Anders Carlsson
· 16 years ago
47846d2
Correctly mangle the 'std' namespace inside extern "C++" blocks.
by Anders Carlsson
· 16 years ago
8f8fd8e
Mangle std::basic_ostream<char, std::char_traits<char>> as So.
by Anders Carlsson
· 16 years ago
fcd0029
Remove PR5061 workaround.
by Anders Carlsson
· 16 years ago
f514b54
Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> > as Ss.
by Anders Carlsson
· 16 years ago
189d59c
Mangle ::std::basic_string as Sb.
by Anders Carlsson
· 16 years ago
8c03155
Mangle ::std::allocator as Sa.
by Anders Carlsson
· 16 years ago
e7c8cb6
Substitute "::std::" as "St".
by Anders Carlsson
· 16 years ago