aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2023-09-09 20:00:34 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2023-09-09 20:20:04 -0700
commit86f21e92ab6e422edda2c7a1da11670433ad26cb (patch)
treeb9a3ac6d9732858690ff8164e265bab6e78df6b1 /clang/lib/Serialization/ModuleManager.cpp
parentf8efa65ca545bbfe2e2e5a3c510af8f88d8d4647 (diff)
downloadllvm-86f21e92ab6e422edda2c7a1da11670433ad26cb.zip
llvm-86f21e92ab6e422edda2c7a1da11670433ad26cb.tar.gz
llvm-86f21e92ab6e422edda2c7a1da11670433ad26cb.tar.bz2
[lldb] Reinstate default constructor for SBCommandInterpreter
The default constructor for SBCommandInterpreter was (unintentionally) made protected in 27b6a4e63afe. 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.
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions