From 863eb53b5c97037874129b33711e0b668ce73975 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 30 Nov 2011 23:29:56 +0000 Subject: [PATCH] Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145539 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Lex/ModuleMap.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Lex/ModuleMap.cpp b/lib/Lex/ModuleMap.cpp index 77f63516da..547cdc2636 100644 --- a/lib/Lex/ModuleMap.cpp +++ b/lib/Lex/ModuleMap.cpp @@ -249,8 +249,6 @@ namespace clang { void parseHeaderDecl(); public: - typedef Module Module; - explicit ModuleMapParser(Lexer &L, SourceManager &SourceMgr, DiagnosticsEngine &Diags, ModuleMap &Map, -- 2.40.0