diff options
author | Fangrui Song <i@maskray.me> | 2024-07-05 14:42:01 -0700 |
---|---|---|
committer | shawbyoung <shawbyoung@gmail.com> | 2024-07-05 14:42:01 -0700 |
commit | 9640aac9ebfed849ce200187dd8d1984f9c6b5a6 (patch) | |
tree | 4cc635af49ded70180ccc0ce655de3aa75e9269a /clang/docs/ReleaseNotes.rst | |
parent | 37ffa982b684081dbe9afbe648772d4b4b9d87f0 (diff) | |
parent | 3a4970652902dbdac0cef66738b85e695b67338c (diff) | |
download | llvm-users/shawbyoung/spr/main.boltnfc-refactor-function-matching.zip llvm-users/shawbyoung/spr/main.boltnfc-refactor-function-matching.tar.gz llvm-users/shawbyoung/spr/main.boltnfc-refactor-function-matching.tar.bz2 |
[𝘀𝗽𝗿] changes introduced through rebaseusers/shawbyoung/spr/main.boltnfc-refactor-function-matching
Created using spr 1.3.4
[skip ci]
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 36cf615a..f6431a7 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -272,6 +272,7 @@ C++2c Feature Support - Implemented `P2809R3: Trivial infinite loops are not Undefined Behavior <https://wg21.link/P2809R3>`_. +- Implemented `P3144R2 Deleting a Pointer to an Incomplete Type Should be Ill-formed <https://wg21.link/P3144R2>`_. Resolutions to C++ Defect Reports ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -438,6 +439,9 @@ New Compiler Flags Matches MSVC behaviour by defining ``__STDC__`` to ``1`` when MSVC compatibility mode is used. It has no effect for C++ code. +- ``-Wc++2c-compat`` group was added to help migrating existing codebases + to C++26. + Deprecated Compiler Flags ------------------------- |