From: Anders Carlsson Date: Mon, 16 Mar 2009 17:28:26 +0000 (+0000) Subject: We support static_assert. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c31a0cee75c08b09d1feb051bf71336b370c1330;p=clang We support static_assert. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67043 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index edaf10373a..2e4ecc66f1 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -1704,6 +1704,14 @@ welcome!

No name mangling; ASTs don't contain calls to conversion operators + + Static assertions (N1720) + ✓ + ✓ + ✓ + N/A + +