[all-commits] [llvm/llvm-project] bd7d9a: [lldb] Check if we actually have a Clang type in O...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Nov 12 01:00:42 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bd7d9a85b8b09c945b98d374cc37cb374db012e6
https://github.com/llvm/llvm-project/commit/bd7d9a85b8b09c945b98d374cc37cb374db012e6
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-11-12 (Tue, 12 Nov 2019)
Changed paths:
M lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
Log Message:
-----------
[lldb] Check if we actually have a Clang type in ObjCLanguage::GetPossibleFormattersMatches
We call IsPossibleDynamicType but we also need to check if this is a Clang type,
otherwise other languages with dynamic types (like Swift) might end up being interpreted
as potential Obj-C dynamic types.
More information about the All-commits
mailing list