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