On Fri, Oct 7, 2011 at 12:57 PM, Douglas Gregor <[email protected]> wrote: > > On Oct 6, 2011, at 4:00 PM, Eli Friedman wrote: > >> Author: efriedma >> Date: Thu Oct 6 18:00:33 2011 >> New Revision: 141330 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=141330&view=rev >> Log: >> Support for C1x _Atomic specifier (see testcase). This is primarily being >> committed at the moment to help support C++0x <atomic>, but it should be a >> solid base for implementing the full specification of C1x _Atomic. >> >> Thanks to Jeffrey Yasskin for the thorough review! > > This looks great. My only request is that you add a PCH test to make sure we > don't break _Atomic serialization/deserialization in the future.
r141409. -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
