Skip to content

Conversation

@JDevlieghere
Copy link

The default constructor for SBCommandInterpreter was (unintentionally) made protected in 27b6a4e. The goal of the patch was to make the constructor taking an lldb_private type protected, but due to the presence of a default argument, this ctor also served as the default constructor. The latter should remain public.

This commit reinstates the original behavior by removing the default argument and having an explicit, public default constructor.

(cherry picked from commit 86f21e9)

The default constructor for SBCommandInterpreter was (unintentionally)
made protected in 27b6a4e. The goal of the patch was to make the
constructor taking an lldb_private type protected, but due to the
presence of a default argument, this ctor also served as the default
constructor. The latter should remain public.

This commit reinstates the original behavior by removing the default
argument and having an explicit, public default constructor.

(cherry picked from commit 86f21e9)
@JDevlieghere
Copy link
Author

@swift-ci test

@JDevlieghere JDevlieghere merged commit 7c34b90 into swift/release/5.10 Feb 9, 2024
@JDevlieghere JDevlieghere deleted the jdevlieghere/86f21e92ab6e422edda2c7a1da11670433ad26cb branch February 9, 2024 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants