[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/

Douglas Gregor dgregor at apple.com
Wed Aug 31 19:24:52 PDT 2011


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?

	- Doug



More information about the cfe-commits mailing list