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