[all-commits] [llvm/llvm-project] 47a889: [lldb] Move Objective-C constants into ObjCConstan...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Sat Aug 7 16:05:04 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47a889c668f913af84d4b2dd0b0cd904b1a23e92
      https://github.com/llvm/llvm-project/commit/47a889c668f913af84d4b2dd0b0cd904b1a23e92
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-08-07 (Sat, 07 Aug 2021)

  Changed paths:
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    A lldb/source/Plugins/Language/ObjC/ObjCConstants.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h

  Log Message:
  -----------
  [lldb] Move Objective-C constants into ObjCConstants.h

Move Objective-C constants into ObjCConstants.h and share them between
Cocoa and AppleObjCTypeEncodingParser.

Differential revision: https://reviews.llvm.org/D107679




More information about the All-commits mailing list