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