[clang] [Clang] Deleting an incomplete enum type is not an error (PR #118455)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 06:29:29 PST 2024
================
@@ -766,6 +766,7 @@ Bug Fixes to C++ Support
- Fixed an assertion failure caused by mangled names with invalid identifiers. (#GH112205)
- Fixed an incorrect lambda scope of generic lambdas that caused Clang to crash when computing potential lambda
captures at the end of a full expression. (#GH115931)
+- Clang no longer rejects deleting a pointer of incomplete enumeration type. (#GH99278)
----------------
erichkeane wrote:
Would prefer this mentions the CWG issue perhaps? Or at least a touch of backstory?
https://github.com/llvm/llvm-project/pull/118455
More information about the cfe-commits
mailing list