[cfe-commits] r124970 - in /cfe/trunk: 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 test/CXX/special/class.inhctor/p3.cpp test/CXX/special/class.inhctor/p7.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Sun Mar 6 11:18:16 PST 2011
On 06.03.2011, at 20:01, Douglas Gregor wrote:
> We should turn this off for the branch, since it's not going to be fully implemented in 2.9.
>
> - Doug
>
> On Feb 5, 2011, at 11:23 AM, Sebastian Redl wrote:
>
>> Author: cornedbee
>> Date: Sat Feb 5 13:23:19 2011
>> New Revision: 124970
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=124970&view=rev
>> Log:
>> Basic implementation of inherited constructors. Only generates declarations, and probably only works for very basic use cases.
Yes. Also, it's an extremely frustrating feature to implement.
Sebastian
More information about the cfe-commits
mailing list