You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/ReleaseNotes.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -923,7 +923,7 @@ Bug Fixes to C++ Support
923
923
- Improved handling of variables with ``consteval`` constructors, to
924
924
consistently treat the initializer as manifestly constant-evaluated.
925
925
(#GH135281)
926
-
- Switch `ParseBaseClause` to use `BaseResult::isUsable()` instead of `isInvalid()`, fixing dropped or mis-parsed base specifiers in C++ classes. (#GH147186)
926
+
- Fix a crash in the presence of invalid base classes. (#GH147186)
0 commit comments