Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't generate any code for an explicit call to a trivial destructor. | Douglas Gregor | 2009-09-04 | 1 | -4/+10 |
* | Test template instantiation for member functions of class templates defined | Douglas Gregor | 2009-07-22 | 1 | -24/+27 |
* | Implement implicit instantiation of the member functions of a class template | Douglas Gregor | 2009-06-22 | 1 | -5/+23 |
* | After spending 15 minutes trying to figure out why this was crashing, I reali... | Anders Carlsson | 2009-06-01 | 1 | -1/+1 |
* | Fix usage of placement new. Placement new is not actually declared implicitly. | Sebastian Redl | 2009-05-29 | 1 | -13/+15 |
* | Add the missing public: thanks, Fariborz | Douglas Gregor | 2009-05-28 | 1 | -0/+1 |
* | Improve name lookup for and template instantiation of declaration | Douglas Gregor | 2009-05-27 | 1 | -5/+0 |
* | Initial stab at a generalized operation for determining the | Douglas Gregor | 2009-05-27 | 1 | -6/+7 |
* | A simple dynamic array class template, to be used as a test-bed for template ... | Douglas Gregor | 2009-05-26 | 1 | -0/+151 |