[Clang] Fix a crash in the diagnostic emission of invalid immediate calls (#66699)
`CXXCtorInitializer` may not refer to a FieldDecl because it might also denote another constructor call. Fixes #66324
Loading
Please sign in to comment
`CXXCtorInitializer` may not refer to a FieldDecl because it might also denote another constructor call. Fixes #66324