[cfe-commits] r138821 - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ include/clang/Sema/ lib/AST/ lib/CodeGen/ lib/Sema/ test/CXX/dcl.decl/dcl.init/ test/CXX/special/class.copy/ test/CXX/special/class.inhctor/ test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ test/CXX/temp/temp.decls/temp.variadic/ test/SemaCXX/

Sebastian Redl sebastian.redl at getdesigned.at
Thu Sep 1 01:26:07 PDT 2011


On 01.09.2011 04:24, Douglas Gregor wrote:
> On Aug 30, 2011, at 12:58 PM, Sebastian Redl wrote:
>
>> Author: cornedbee
>> Date: Tue Aug 30 14:58:05 2011
>> New Revision: 138821
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=138821&view=rev
>> Log:
>> Declare and define implicit move constructor and assignment operator.
>>
>> This makes the code duplication of implicit special member handling even worse,
>> but the cleanup will have to come later. For now, this works.
>> Follow-up with tests for explicit defaulting and enabling the __has_feature
>> flag to come.
> Are we still missing functionality, or just tests?
>
I believe it's just tests, but I want them to run before I claim that no 
functionality is missing.

Sebastian



More information about the cfe-commits mailing list