summaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorMariya Podchishchaeva <mariya.podchishchaeva@intel.com>2023-05-03 09:24:52 -0400
committerMariya Podchishchaeva <mariya.podchishchaeva@intel.com>2023-05-03 09:25:03 -0400
commit7178ee190235bd5b6cc7c71d3ccc061d4b12656b (patch)
tree7f3106cd3ef4ba1c7cde6bc3c294bd26522fbb96 /clang/docs
parent32032cbf25748fcfd8cac9bf6cb0d153dfe151a2 (diff)
downloadllvm-7178ee190235bd5b6cc7c71d3ccc061d4b12656b.tar.gz
Revert "[clang] Reject flexible array member in a union in C++"
This reverts commit 22e2db6010b029ebd4c6d3d1fd30224d8b3109ef. Broke buildbots on Windows. It seems standard headers on Windows contain flexible array members in unions
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 416d81679651..8d0a9c96a957 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -55,7 +55,6 @@ C++ Specific Potentially Breaking Changes
-----------------------------------------
- Clang won't search for coroutine_traits in std::experimental namespace any more.
Clang will only search for std::coroutine_traits for coroutines then.
-- Clang now rejects unions containing a flexible array member.
ABI Changes in This Version
---------------------------