Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e3e7d4e82a57b78000d5f8fcd154d90876bf0dab
/
test
/
CodeGenCXX
/
mangle-subst.cpp
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
433d137
When looking up and adding substitutions to the substitution table, make sure to always use the canonical declaration. With tihs change, FileCheck compiles and links but crashes during startup.
by Anders Carlsson
· 15 years ago
410f764
Builtin types are subsitutable if they are qualified. Fixes PR5196.
by Anders Carlsson
· 15 years ago
e45117b
Use mangleTemplatePrefix when we know that we're mangling a nested template name.
by Anders Carlsson
· 15 years ago
8859917
Look for substitutions when mangling TypenameTypes.
by Anders Carlsson
· 15 years ago
d99edc4
Mangle record types as decls.
by Anders Carlsson
· 15 years ago
068f347
Revert r82123 for now.
by Anders Carlsson
· 15 years ago
657094b
Treat an unqualified RecordType as a RecordDecl when substituting.
by Anders Carlsson
· 15 years ago
6862fc7
Substitution for prefixes.
by Anders Carlsson
· 15 years ago
7ed5ea9
Convert mangle-subst.cpp over to using FileCheck.
by Anders Carlsson
· 15 years ago
7696737
Add basic substitution to the C++ mangler. It currently only looks at types.
by Anders Carlsson
· 15 years ago