summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/member-functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-7/+7
* FileCheck'ize testsDmitri Gribenko2013-01-281-22/+41
* PR13941: Mark all virtual functions as unnamed_addr. It's not possible toRichard Smith2012-09-281-0/+3
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-2/+2
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-2/+2
* fix PR5179 and correctly fix PR5831 to not miscompile.Chris Lattner2010-07-301-1/+1
* pass/return structs of char and short as i8/i16 to avoidChris Lattner2010-06-281-1/+1
* Make sure that we mangle overloaded operators that are member functions corre...Anders Carlsson2009-12-221-1/+1
* x86_64: Structures with no fields but which have padding should be classified asDaniel Dunbar2009-12-221-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-10/+10
* Mangle record types as decls.Anders Carlsson2009-09-261-1/+1
* Add a target triple, because this test depends on details of the x86-64 ABIDouglas Gregor2009-05-271-1/+1
* Handle operator call expressions where the callee is a member function.Anders Carlsson2009-05-271-1/+12
* A C++ member function always has either weak linkage (if it's inline or defin...Anders Carlsson2009-05-151-1/+8
* push GlobalDecl through enough of the CodeGenModule interfacesChris Lattner2009-05-121-2/+4
* add an initial stab at emitting deferred c++ inline functions. This handles ...Chris Lattner2009-05-121-2/+26
* We weren't generating correct code for calls to variadic member functions.Anders Carlsson2009-04-081-2/+6
* Add some basic support for generating C++ member functions.Anders Carlsson2009-04-041-0/+15