Skip to content

Commit 0daaba3

Browse files
committed
Add Release note.
1 parent 6ade7a7 commit 0daaba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ Bug Fixes to C++ Support
477477
- Fix for clang incorrectly rejecting the default construction of a union with
478478
nontrivial member when another member has an initializer. (#GH81774)
479479
- Diagnose unresolved overload sets in non-dependent compound requirements. (#GH51246) (#GH97753)
480+
- Fix bug where we were diagnosing all constexpr member functions if the class had a virtual bases. (#GH97266)
480481

481482
Bug Fixes to AST Handling
482483
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)