summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-2/+1
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-1/+2
* Only append 'L' for internal variable declarations, not all declarations. (Fo...Anders Carlsson2010-02-061-0/+4
* Implement name mangling for template template parametersDouglas Gregor2010-02-051-0/+7
* Mangle member expressions. Also invented.John McCall2010-02-041-0/+8
* Add mangling support for calls, sizeof/alignof, constructor calls,John McCall2010-02-041-0/+35
* Mangle static variables with an extra name to distinguish them from non-stati...Alexis Hunt2010-01-241-5/+13
* fix PR5869: mangle static symbols like gcc does to make it easier to diff sym...Nuno Lopes2010-01-071-1/+6
* Mangle block pointer types. Fixes PR5858.Anders Carlsson2009-12-231-1/+4
* Mangle template template parameters. Fixes PR5861.Anders Carlsson2009-12-231-0/+16
* Make sure that we mangle overloaded operators that are member functions corre...Anders Carlsson2009-12-221-2/+20
* Mangle CXXOperatorCallExprs, fixes PR5796.Anders Carlsson2009-12-161-0/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Mangle unary, binary and ternary expressions correctly.Anders Carlsson2009-12-141-0/+28
* Make sure mangling doesn't crash in another case. Add some more tests.Eli Friedman2009-12-111-8/+0
* Fix for PR5706: let mangleName deal with mangling names without identifiersEli Friedman2009-12-111-0/+8
* Diagnose declarations of implicit member functions.Anders Carlsson2009-12-041-1/+2
* Handle ParenExprs in mangleExpression.Anders Carlsson2009-11-061-0/+6
* Mangle anonymous structs/unions correctly. Fixes PR5139.Anders Carlsson2009-10-071-0/+14
* When mangling names, always use the canonical decl. Fixes PR5144.Anders Carlsson2009-10-061-0/+9
* Mangle dependent name expressions. Fixes PR5063.Anders Carlsson2009-09-271-0/+18
* Better template parameter type mangling.Anders Carlsson2009-09-271-0/+8
* Handle substitutions in mangleTemplatePrefix.Anders Carlsson2009-09-261-2/+1
* Don't crash when trying to mangle function templates.Anders Carlsson2009-09-261-0/+18
* Improve mangling of typename types.Anders Carlsson2009-09-261-0/+8
* CXXMethodDecls should always be mangled, even if they are inside an extern "C...Anders Carlsson2009-09-221-0/+10
* Don't assert that linkage decls are always C++, it's not true. Fixes PR5019.Anders Carlsson2009-09-221-0/+7
* Start mangling expressions.Anders Carlsson2009-09-211-1/+13
* More mangling goodness.Anders Carlsson2009-09-181-3/+11
* Fix error in test.Anders Carlsson2009-09-181-3/+0
* Handle mangling of TemplateSpecializationType.Anders Carlsson2009-09-181-5/+14
* Ignore extern "C++" { } when mangling.Anders Carlsson2009-09-171-0/+5
* Substitute unscoped template names.Anders Carlsson2009-09-171-3/+8
* When mangling function template specialization, mangle the type encoding of t...Anders Carlsson2009-09-171-29/+33
* Add a simple const mangling test.Anders Carlsson2009-09-161-1/+6
* Add support for converting member pointer types to LLVM types. Also mangle po...Anders Carlsson2009-05-171-1/+9
* extern "C" should preserve the 'extern' qualifier for VarDecls. Fixes 6853728.Anders Carlsson2009-05-161-1/+1
* Name mangling for class template specializations and template arguments.Anders Carlsson2009-05-151-1/+27
* only support int128_t on 64-bit and larger targets. 32-bit targets don'tChris Lattner2009-04-301-1/+1
* initial support for __[u]int128_t, which should be basicallyChris Lattner2009-04-301-1/+4
* Use the new guard variable mangling function and get rid of the old code.Anders Carlsson2009-04-131-1/+5
* Implement mangling of declarations inside functions.Anders Carlsson2009-04-021-1/+4
* Mangle VarDecls correctly.Anders Carlsson2009-04-021-1/+3
* Emit code for linkage specifications.Anders Carlsson2009-04-021-4/+11
* Implement code generation of namespaces and add mangling tests.Anders Carlsson2009-04-011-0/+6
* Fix a mangling bug where functions with no arguments weren't getting the 'v' ...Anders Carlsson2009-04-011-0/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Address Doug's comments wrt the mangler and fix Eli's test caseAnders Carlsson2009-03-101-1/+6
* Make mangling work with anonymous tag types. Doug, please reviewAnders Carlsson2009-03-071-2/+14
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-131-0/+9
OpenPOWER on IntegriCloud