aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/example-dynarray.cpp
AgeCommit message (Expand)Author
2009-11-17Use clang to run tests which include headers from the system.Daniel Dunbar
2009-11-04Fixed for running on Windows.John Thompson
2009-09-04Don't generate any code for an explicit call to a trivial destructor. Douglas Gregor
2009-07-22Test template instantiation for member functions of class templates definedDouglas Gregor
2009-06-22Implement implicit instantiation of the member functions of a class templateDouglas Gregor
2009-06-01After spending 15 minutes trying to figure out why this was crashing, I reali...Anders Carlsson
2009-05-29Fix usage of placement new. Placement new is not actually declared implicitly.Sebastian Redl
2009-05-28Add the missing public: thanks, FariborzDouglas Gregor
2009-05-27Improve name lookup for and template instantiation of declarationDouglas Gregor
2009-05-27Initial stab at a generalized operation for determining theDouglas Gregor
2009-05-26A simple dynamic array class template, to be used as a test-bed for template ...Douglas Gregor