[all-commits] [llvm/llvm-project] 4eabb1: Add support for the NSMutableDictionary variant: "...
jimingham via All-commits
all-commits at lists.llvm.org
Fri Jun 25 15:00:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4eabb12057616f360b2329f63c0379eced3135b4
https://github.com/llvm/llvm-project/commit/4eabb12057616f360b2329f63c0379eced3135b4
Author: Jim Ingham <jingham at apple.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSContainer.py
M lldb/test/API/functionalities/data-formatter/data-formatter-objc/main.m
Log Message:
-----------
Add support for the NSMutableDictionary variant: "__NSFrozenDictionaryM"
This was an oversight of the commit: bb93483c119b92c1ec2b7a58505e21b9dce6a333 that
added support for the Frozen variants. Also added a test case for the way that
currently produces one of these variants (a copy).
More information about the All-commits
mailing list