1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 4841ca5 C++11 inheriting constructors: support for inheriting constructor templates. by Richard Smith · 11 years ago
  3. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 11 years ago
  4. a1366cb PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. by Richard Smith · 12 years ago
  5. c5a89a1 Basic semantic analysis support for inheriting constructor declarations in by Richard Smith · 12 years ago
  6. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  7. caa35e4 Revert "Disable inherited constructors for 2.9." by Sebastian Redl · 13 years ago
  8. a808c54 Disable inherited constructors for 2.9. by Sebastian Redl · 13 years ago
  9. f677ea3 Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases. by Sebastian Redl · 13 years ago