[cfe-commits] r61308 - /cfe/trunk/include/clang/Parse/Ownership.h

Douglas Gregor dgregor at apple.com
Mon Dec 22 10:03:32 PST 2008


On Dec 21, 2008, at 3:56 AM, Sebastian Redl wrote:

> Author: cornedbee
> Date: Sun Dec 21 05:56:24 2008
> New Revision: 61308
>
> URL: http://llvm.org/viewvc/llvm-project?rev=61308&view=rev
> Log:
> Document how move semantics and the emulation work. Do this in-file  
> because it's such a specific thing.

Thanks!  Should part of this documentation go into the Clang Internals  
Manual, to document how to use the smart pointers within the parser  
and semantic analysis?

	- Doug



More information about the cfe-commits mailing list