[all-commits] [llvm/llvm-project] 80b476: [lldb] Replace deprecated CFPropertyListWriteToStr...
Dave Lee via All-commits
all-commits at lists.llvm.org
Thu Mar 30 11:21:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80b476a902a8e2ab662b2e2a38e2afc55ce85c37
https://github.com/llvm/llvm-project/commit/80b476a902a8e2ab662b2e2a38e2afc55ce85c37
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-03-30 (Thu, 30 Mar 2023)
Changed paths:
M lldb/source/Host/macosx/cfcpp/CFCData.cpp
Log Message:
-----------
[lldb] Replace deprecated CFPropertyListWriteToStream (NFC)
Replace `CFPropertyListWriteToStream` with its recommended replacement, `CFPropertyListWrite`.
Differential Revision: https://reviews.llvm.org/D147249
More information about the All-commits
mailing list