Age | Commit message (Expand) | Author |
---|---|---|
2012-12-21 | Fix regression in r170489: when instantiating a direct initializer which is a | Richard Smith |
2012-12-19 | Fix assertion failure in self-host (and probably bogus template instantiation | Richard Smith |
2010-04-10 | Diagnose misordered initializers in constructor templates immediately instead of | John McCall |
2010-04-09 | Turn access control on by default in -cc1. | John McCall |
2010-04-02 | If a constructor is a dependent context, just set the base and member initial... | Anders Carlsson |
2010-01-31 | Rework base and member initialization in constructors, with several | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-08-29 | Make instantiating initializers for classes with a dependent base type | Eli Friedman |
2009-08-29 | Instantiate member and base initializers. Patch by Anders Johnsen! (tweaked s... | Anders Carlsson |