mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-28 23:43:25 +00:00
[llvm-pdbdump] Fix warnings found by clang-cl self host.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230745 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
964a619cad
commit
ade49914b6
@ -24,7 +24,7 @@ public:
|
||||
CComPtr<IDiaSymbol> getDiaSymbol() const { return Symbol; }
|
||||
|
||||
std::unique_ptr<IPDBEnumSymbols>
|
||||
DIARawSymbol::findChildren(PDB_SymType Type) const override;
|
||||
findChildren(PDB_SymType Type) const override;
|
||||
std::unique_ptr<IPDBEnumSymbols>
|
||||
findChildren(PDB_SymType Type, StringRef Name,
|
||||
PDB_NameSearchFlags Flags) const override;
|
||||
|
Loading…
Reference in New Issue
Block a user