Skip to content

Commit 0bf70a5

Browse files
committed
Add a release note entry
1 parent f74f86c commit 0bf70a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,8 @@ Bug Fixes to C++ Support
437437
- Fix the result of `__builtin_is_implicit_lifetime` for types with a user-provided constructor. (#GH160610)
438438
- Correctly deduce return types in ``decltype`` expressions. (#GH160497) (#GH56652) (#GH116319) (#GH161196)
439439
- 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)
440442

441443
Bug Fixes to AST Handling
442444
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)