[llvm-pdbdump] Fix warnings found by clang-cl self host.
authorZachary Turner <zturner@google.com>
Fri, 27 Feb 2015 09:15:31 +0000 (09:15 +0000)
committerZachary Turner <zturner@google.com>
Fri, 27 Feb 2015 09:15:31 +0000 (09:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230745 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h

index c71f35c7b60fcdfd4833fa663364c58e206a0fe3..9308b8e82657949fc6d0f37b812524978666c0ee 100644 (file)
@@ -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;