[all-commits] [llvm/llvm-project] dc057e: [LLDB] Fix how ObjCBOOLSummaryProvider deals with ...

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Fri Jan 22 10:10:45 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dc057e87f6c18c24d17c7cae97ebe95f78b6d934
      https://github.com/llvm/llvm-project/commit/dc057e87f6c18c24d17c7cae97ebe95f78b6d934
  Author: Shafik Yaghmour <syaghmour at apple.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    M lldb/test/API/functionalities/data-formatter/boolreference/TestFormattersBoolRefPtr.py
    M lldb/test/API/functionalities/data-formatter/boolreference/main.mm
    M lldb/test/API/lang/objc/bitfield_ivars/TestBitfieldIvars.py
    M lldb/test/API/lang/objc/bitfield_ivars/main.m

  Log Message:
  -----------
  [LLDB] Fix how ObjCBOOLSummaryProvider deals with BOOL

ObjCBOOLSummaryProvider was incorrectly treating BOOL as unsigned and this is now fixed.
Also adding tests for one bit bit-fields of BOOL and unsigned char.




More information about the All-commits mailing list