summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-member-initializers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Diagnose misordered initializers in constructor templates immediately instead ofJohn McCall2010-04-101-2/+2
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+1
* If a constructor is a dependent context, just set the base and member initial...Anders Carlsson2010-04-021-3/+3
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make instantiating initializers for classes with a dependent base type Eli Friedman2009-08-291-0/+6
* Instantiate member and base initializers. Patch by Anders Johnsen! (tweaked s...Anders Carlsson2009-08-291-0/+20