C++: Add UsingEnumDeclarationEntry changenote.

This commit is contained in:
Alexandre Boulgakov
2024-07-23 13:43:57 +01:00
parent 3defc8b5de
commit 29bda5a805

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* A `UsingEnumDeclarationEntry` class has been added for C++ `using enum` declarations. As part of this, synthesised `UsingDeclarationEntry`s are no longer emitted for individual enumerators of the referenced enumeration.