We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74f86c commit 0bf70a5Copy full SHA for 0bf70a5
clang/docs/ReleaseNotes.rst
@@ -437,6 +437,8 @@ Bug Fixes to C++ Support
437
- Fix the result of `__builtin_is_implicit_lifetime` for types with a user-provided constructor. (#GH160610)
438
- Correctly deduce return types in ``decltype`` expressions. (#GH160497) (#GH56652) (#GH116319) (#GH161196)
439
- Fixed a crash in the pre-C++23 warning for attributes before a lambda declarator (#GH161070).
440
+- Fixed a crash that occurred when a static constexpr data member of a class
441
+ template was declared with an incomplete type. (#GH120371)
442
443
Bug Fixes to AST Handling
444
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments