summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle-subst.cpp
AgeCommit message (Expand)Author
2024-09-29[ItaniumMangle] Add substitutions for record types when mangling vtables (#10...tcwzxx
2021-01-19Revert "DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith
2021-01-18DR2064: decltype(E) is only a dependent type if E is type-dependent, notRichard Smith
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2015-02-18Itanium ABI: Improve our mangling of <destructor-name>David Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2010-06-02When mangling member function pointers, fake adding a substitution correspond...Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-07When looking up and adding substitutions to the substitution table, make sure...Anders Carlsson
2009-10-16Builtin types are subsitutable if they are qualified. Fixes PR5196.Anders Carlsson
2009-09-27Use mangleTemplatePrefix when we know that we're mangling a nested template n...Anders Carlsson
2009-09-27Look for substitutions when mangling TypenameTypes.Anders Carlsson
2009-09-26Mangle record types as decls.Anders Carlsson
2009-09-17Revert r82123 for now.Anders Carlsson
2009-09-17Treat an unqualified RecordType as a RecordDecl when substituting.Anders Carlsson
2009-09-17Substitution for prefixes.Anders Carlsson
2009-09-17Convert mangle-subst.cpp over to using FileCheck.Anders Carlsson
2009-09-17Add basic substitution to the C++ mangler. It currently only looks at types.Anders Carlsson