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 6ade7a7 commit 0daaba3Copy full SHA for 0daaba3
clang/docs/ReleaseNotes.rst
@@ -477,6 +477,7 @@ Bug Fixes to C++ Support
477
- Fix for clang incorrectly rejecting the default construction of a union with
478
nontrivial member when another member has an initializer. (#GH81774)
479
- 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)
481
482
Bug Fixes to AST Handling
483
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments