index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
mangle-subst.cpp
Age
Commit message (
Expand
)
Author
2010-06-02
When mangling member function pointers, fake adding a substitution correspond...
Anders Carlsson
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-07
When looking up and adding substitutions to the substitution table, make sure...
Anders Carlsson
2009-10-16
Builtin types are subsitutable if they are qualified. Fixes PR5196.
Anders Carlsson
2009-09-27
Use mangleTemplatePrefix when we know that we're mangling a nested template n...
Anders Carlsson
2009-09-27
Look for substitutions when mangling TypenameTypes.
Anders Carlsson
2009-09-26
Mangle record types as decls.
Anders Carlsson
2009-09-17
Revert r82123 for now.
Anders Carlsson
2009-09-17
Treat an unqualified RecordType as a RecordDecl when substituting.
Anders Carlsson
2009-09-17
Substitution for prefixes.
Anders Carlsson
2009-09-17
Convert mangle-subst.cpp over to using FileCheck.
Anders Carlsson
2009-09-17
Add basic substitution to the C++ mangler. It currently only looks at types.
Anders Carlsson