| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix bitfield-instantiation ownership bug noticed by Anders | Douglas Gregor | 2009-03-15 | 1 | -2/+1 |
* | Implement template instantiation for the prefix unary operators. As | Douglas Gregor | 2009-03-13 | 1 | -46/+100 |
* | Implement template instantiation for several more kinds of expressions: | Douglas Gregor | 2009-03-13 | 1 | -6/+103 |
* | Remove an already-fixed FIXME | Douglas Gregor | 2009-03-13 | 1 | -3/+0 |
* | Refactor the way we handle operator overloading and template | Douglas Gregor | 2009-03-13 | 1 | -8/+55 |
* | Improve the representation of operator expressions like "x + y" within | Douglas Gregor | 2009-03-13 | 1 | -0/+27 |
* | Implement template instantiation for builtin binary operators | Douglas Gregor | 2009-03-12 | 1 | -1/+28 |
* | Store the type of the integral value within a TemplateArgument, so that we ca... | Douglas Gregor | 2009-03-12 | 1 | -12/+4 |
* | Use StmtVisitor to handle the decoding of expressions for | Douglas Gregor | 2009-03-12 | 1 | -36/+75 |
* | Straw man for instantiation of expressions. Use it to instantiate the | Douglas Gregor | 2009-03-12 | 1 | -1/+66 |
* | Make sure that we set the access specifier for an instantiated FieldDecl, and... | Douglas Gregor | 2009-03-11 | 1 | -0/+1 |
* | Implement basic template instantiation for fields. Reshuffle checking | Douglas Gregor | 2009-03-11 | 1 | -7/+42 |
* | Add basic, hackish support for instantiation of typedefs in a class | Douglas Gregor | 2009-03-11 | 1 | -2/+33 |
* | Extend the notion of active template instantiations to include the | Douglas Gregor | 2009-03-10 | 1 | -16/+75 |
* | If we run into multiple errors within the same template instantiation, | Douglas Gregor | 2009-03-10 | 1 | -3/+7 |
* | Add a notion of "post-diagnostic hooks", which are callbacks attached | Douglas Gregor | 2009-03-10 | 1 | -0/+24 |
* | Limit the template instantiation depth to some user-configurable value | Douglas Gregor | 2009-03-10 | 1 | -0/+34 |
* | Implement template instantiation for ClassTemplateSpecializationTypes, | Douglas Gregor | 2009-03-09 | 1 | -3/+38 |
* | Revert r66423, which was not the right fix for this issue. | Douglas Gregor | 2009-03-09 | 1 | -1/+3 |
* | Fix a little FIXME, thanks to Sebastian | Douglas Gregor | 2009-03-09 | 1 | -3/+1 |
* | Implement the basics of implicit instantiation of class templates, in | Douglas Gregor | 2009-03-03 | 1 | -0/+121 |
* | Eliminate CXXRecordType | Douglas Gregor | 2009-02-28 | 1 | -8/+0 |
* | Add a FIXME for something I can't look at just yet | Douglas Gregor | 2009-02-28 | 1 | -0/+2 |
* | Template instantiation for function types | Douglas Gregor | 2009-02-28 | 1 | -6/+21 |
* | Implement template instantiation for pointer, reference, and (some) | Douglas Gregor | 2009-02-28 | 1 | -235/+189 |
* | Fix a typo | Douglas Gregor | 2009-02-27 | 1 | -1/+1 |
* | Implement the basic approach for instantiating types, with a lot of FIXME'd | Douglas Gregor | 2009-02-27 | 1 | -0/+438 |