[all-commits] [llvm/llvm-project] 9b1719: [lldb] Mark single-argument SourceLanguage constru...

Michael Buch via All-commits all-commits at lists.llvm.org
Wed Nov 5 09:05:20 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b1719efa063b78a996d837b8b4bcb11ddcffcf8
      https://github.com/llvm/llvm-project/commit/9b1719efa063b78a996d837b8b4bcb11ddcffcf8
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2025-11-05 (Wed, 05 Nov 2025)

  Changed paths:
    M lldb/include/lldb/lldb-private-types.h
    M lldb/source/Breakpoint/BreakpointLocation.cpp
    M lldb/source/Commands/CommandObjectDWIMPrint.cpp
    M lldb/source/Expression/UserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/Target.cpp

  Log Message:
  -----------
  [lldb] Mark single-argument SourceLanguage constructors explicit (#166527)

This avoids unintentional comparisons between `SourceLanguage` and
`LanguageType`.

Also marks `operator bool` explicit so we don't implicitly convert to
bool.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list