From 52a92509aa204f64a28e05ffede63312b07ea9ef Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 29 Jan 2013 04:55:18 +0000 Subject: [PATCH] C++11 status: * Mark 'sequence points' as done now we have a warning for unsequenced operations * Mark 'memory model' as done now we correctly model bitfield operations git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173771 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index b4821a1fd8..08e6d2ff0f 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -300,7 +300,7 @@ releases prior to version 3.2 in C++11 mode.

Sequence points N2239 - No + SVN Atomic operations @@ -321,7 +321,7 @@ releases prior to version 3.2 in C++11 mode.

Memory model N2429 - No + Clang 3.2 Data-dependency ordering: atomics and memory model -- 2.50.1