[Lldb-commits] [PATCH] D70074: [lldb][NFC] Remove unused CompilerType::IsPossibleCPlusPlusDynamicType
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 12 01:09:13 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6cc853b416a2: [lldb][NFC] Remove unused CompilerType::IsPossibleCPlusPlusDynamicType (authored by teemperor).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70074/new/
https://reviews.llvm.org/D70074
Files:
lldb/include/lldb/Symbol/CompilerType.h
Index: lldb/include/lldb/Symbol/CompilerType.h
===================================================================
--- lldb/include/lldb/Symbol/CompilerType.h
+++ lldb/include/lldb/Symbol/CompilerType.h
@@ -108,11 +108,6 @@
bool IsPolymorphicClass() const;
- bool
- IsPossibleCPlusPlusDynamicType(CompilerType *target_type = nullptr) const {
- return IsPossibleDynamicType(target_type, true, false);
- }
-
bool IsPossibleDynamicType(CompilerType *target_type, // Can pass nullptr
bool check_cplusplus, bool check_objc) const;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70074.228823.patch
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191112/dd93ffd3/attachment.bin>
More information about the lldb-commits
mailing list