]> granicus.if.org Git - clang/commit
Basic implementation of inherited constructors. Only generates declarations, and...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sat, 5 Feb 2011 19:23:19 +0000 (19:23 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sat, 5 Feb 2011 19:23:19 +0000 (19:23 +0000)
commitf677ea3cc9598d9952ad7ffab5fb322ba4c5be31
tree6fd84ac5d0d6b1128c4f53e7a36f08b89996f47b
parent57ca32bbf03d30b8867f6c07f1a3e42484bbfec7
Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124970 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/Sema.h
lib/AST/DeclCXX.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
test/CXX/special/class.inhctor/elsewhere.cpp [new file with mode: 0644]
test/CXX/special/class.inhctor/p3.cpp [new file with mode: 0644]
test/CXX/special/class.inhctor/p7.cpp [new file with mode: 0644]