Add clang:: qualifier back to Module

Apparently this was required by some compilers.

llvm-svn: 206202
This commit is contained in:
Ben Langmuir 2014-04-14 18:21:04 +00:00
parent beee15e721
commit ebcc8c43bd
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public:
};
class GenerateModuleAction : public ASTFrontendAction {
Module *Module;
clang::Module *Module;
const FileEntry *ModuleMapForUniquing;
bool IsSystem;