================
@@ -923,6 +923,7 @@ Bug Fixes to C++ Support
 - Improved handling of variables with ``consteval`` constructors, to
   consistently treat the initializer as manifestly constant-evaluated.
   (#GH135281)
+- Switch `ParseBaseClause` to use `BaseResult::isUsable()` instead of 
`isInvalid()`, fixing dropped or mis-parsed base specifiers in C++ classes. 
(#GH147186)
----------------
cor3ntin wrote:

```suggestion
- Fix a crash in the presence of invalid base classes. (#GH147186)
```

Release notes are meant to be user-facing

https://github.com/llvm/llvm-project/pull/147213
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to