aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/member-functions.cpp
AgeCommit message (Expand)Author
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