From: Zachary Turner Date: Fri, 27 Feb 2015 09:15:31 +0000 (+0000) Subject: [llvm-pdbdump] Fix warnings found by clang-cl self host. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ade49914b6923fa6fd4ae347523f98018936b14e;p=oota-llvm.git [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 --- diff --git a/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h b/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h index c71f35c7b60..9308b8e8265 100644 --- a/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h +++ b/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h @@ -24,7 +24,7 @@ public: CComPtr getDiaSymbol() const { return Symbol; } std::unique_ptr - DIARawSymbol::findChildren(PDB_SymType Type) const override; + findChildren(PDB_SymType Type) const override; std::unique_ptr findChildren(PDB_SymType Type, StringRef Name, PDB_NameSearchFlags Flags) const override;