summaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-08-22 20:41:16 +0000
committerAdrian Prantl <aprantl@apple.com>2019-08-22 20:41:16 +0000
commit7131577b5d5bd185eb954d19e3e04d2e9f116a77 (patch)
tree1523e5043a71a59821784916608129530556f1b4 /source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
parent96093ec72c340db235900e63a752f3cb604babb6 (diff)
Revert Extend FindTypes with CompilerContext to allow filtering by language.
This reverts r369690 (git commit aa3a564efa6b5fff2129f81a4041069a0233168f) git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@369702 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp')
-rw-r--r--source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp b/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
index 05e48787c..32b13c950 100644
--- a/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
+++ b/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
@@ -1270,10 +1270,7 @@ uint32_t SymbolFileNativePDB::FindTypes(
}
size_t SymbolFileNativePDB::FindTypes(llvm::ArrayRef<CompilerContext> pattern,
- LanguageSet languages, bool append,
- TypeMap &types) {
- if (!append)
- types.Clear();
+ bool append, TypeMap &types) {
return 0;
}