[clang] [clang-tools-extra] [libcxx] [clang] Enable sized deallocation by default in C++14 onwards (PR #83774)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 3 22:54:34 PST 2024


================
@@ -72,6 +72,10 @@ sections with improvements to Clang's support for those languages.
 C++ Language Changes
 --------------------
 
+C++14 Feature Support
+^^^^^^^^^^^^^^^^^^^^^
+- Sized deallocation is enabled by default in C++14 onwards.
----------------
ChuanqiXu9 wrote:

It may be good to mention the flag enabled so that people met regression can disable it locally to workaround it.

https://github.com/llvm/llvm-project/pull/83774


More information about the cfe-commits mailing list