swiftlang / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.12k stars 332 forks source link

[lldb] Support true/false in ValueObject::SetValueFromCString (#115780) #9592

Closed JDevlieghere closed 1 week ago

JDevlieghere commented 2 weeks ago

Support "true" and "false" (and "YES" and "NO" in Objective-C) in ValueObject::SetValueFromCString.

Fixes #112597

(cherry picked from commit 4714215efb0486682feaa3a99162e80a934be8f9)

JDevlieghere commented 2 weeks ago

@swift-ci test

JDevlieghere commented 1 week ago

@swift-ci test macOS