[cfe-dev] atomic builtins

Chris Lattner clattner at apple.com
Tue May 5 16:17:24 PDT 2009


On May 5, 2009, at 11:42 AM, Chris Lattner wrote:

>
> 3. Add just the overloaded version of the builtin to the builtins.def
> file, and make sema change it into a new AtomicExpr node.  This would
> be better than #2 for representing the source level construct.
>
> Does anyone have an opinion on this?  I'm not exactly sure what is
> required to get #1 working.  If that can't work, I tend to think that
> #3 is best.

I'm going to start implementing #3.

-Chris



More information about the cfe-dev mailing list