summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/example-dynarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-1/+1
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Use clang to run tests which include headers from the system.Daniel Dunbar2009-11-171-1/+1
* Fixed for running on Windows.John Thompson2009-11-041-1/+1
* Don't generate any code for an explicit call to a trivial destructor. Douglas Gregor2009-09-041-4/+10
* Test template instantiation for member functions of class templates definedDouglas Gregor2009-07-221-24/+27
* Implement implicit instantiation of the member functions of a class templateDouglas Gregor2009-06-221-5/+23
* After spending 15 minutes trying to figure out why this was crashing, I reali...Anders Carlsson2009-06-011-1/+1
* Fix usage of placement new. Placement new is not actually declared implicitly.Sebastian Redl2009-05-291-13/+15
* Add the missing public: thanks, FariborzDouglas Gregor2009-05-281-0/+1
* Improve name lookup for and template instantiation of declarationDouglas Gregor2009-05-271-5/+0
* Initial stab at a generalized operation for determining theDouglas Gregor2009-05-271-6/+7
* A simple dynamic array class template, to be used as a test-bed for template ...Douglas Gregor2009-05-261-0/+151