Files
clang-p2996/lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
Nico Weber 0af7280a5e [lldb] Fix a -Wdeprecated-declarations warning
Fixes:

    ../../lldb/source/Symbol/LocateSymbolFileMacOSX.cpp:633:26:
        warning: 'CFPropertyListCreateFromXMLData' is deprecated:
                 first deprecated in macOS 10.10 -
                 Use CFPropertyListCreateWithData instead.
                 [-Wdeprecated-declarations]
        (CFDictionaryRef)::CFPropertyListCreateFromXMLData(
                           ^

Hopefully no behavior change.

Differential Revision: https://reviews.llvm.org/D135983
2022-10-26 13:34:56 -04:00

27 KiB