Age | Commit message (Expand) | Author |
---|---|---|
2010-05-13 | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor |
2010-05-11 | Speculatively revert r103497, "Do not mark the virtual members of an | Daniel Dunbar |
2010-05-11 | Do not mark the virtual members of an implicitly-instantiated class as | Douglas Gregor |
2010-03-16 | Perform access control even for the implicit destructor calls from implicit | John McCall |
2010-03-10 | Delay codegen of vtables when handling implicit instantiations. | Rafael Espindola |
2010-03-02 | During codegen assert that any copy assignment, destructor or constructor that | Rafael Espindola |
2010-01-06 | Fix marking of virtual members for nested classes whose first non-pure virtua... | Douglas Gregor |
2010-01-06 | Make our marking of virtual members functions in a class be | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-07 | Instantiated or specialized class templates never have a key function. This (... | Anders Carlsson |