[clang] [Clang] prevent setting default lexical access specifier for missing primary declarations (PR #112424)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 20:26:44 PDT 2024


================
@@ -585,10 +585,11 @@ Bug Fixes to C++ Support
 - Clang incorrectly considered a class with an anonymous union member to not be
   const-default-constructible even if a union member has a default member initializer.
   (#GH95854).
-- Fixed an assertion failure when evaluating an invalid expression in an array initializer. (#GH112140)
+- Fixed an assertion failure when evaluating an invalid expression in an array initializer (#GH112140)
----------------
zyn0217 wrote:

nit: Why drop the dot here?

https://github.com/llvm/llvm-project/pull/112424


More information about the cfe-commits mailing list