forked from OSchip/llvm-project
Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness
llvm-svn: 145539
This commit is contained in:
parent
de3ef502a9
commit
ef42154c17
|
@ -249,8 +249,6 @@ namespace clang {
|
|||
void parseHeaderDecl();
|
||||
|
||||
public:
|
||||
typedef Module Module;
|
||||
|
||||
explicit ModuleMapParser(Lexer &L, SourceManager &SourceMgr,
|
||||
DiagnosticsEngine &Diags,
|
||||
ModuleMap &Map,
|
||||
|
|
Loading…
Reference in New Issue