[cfe-commits] r141330 - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ include/clang/Parse/ include/clang/Sema/ include/clang/Serialization/ lib/AST/ lib/CodeGen/ lib/Parse/ lib/Sema/ lib/Serialization/ test/Sema/ tools/libclang/

Eli Friedman eli.friedman at gmail.com
Fri Oct 7 13:10:48 PDT 2011


On Fri, Oct 7, 2011 at 12:57 PM, Douglas Gregor <dgregor at apple.com> 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




More information about the cfe-commits mailing list