forked from OSchip/llvm-project
Add clang:: qualifier back to Module
Apparently this was required by some compilers. llvm-svn: 206202
This commit is contained in:
parent
beee15e721
commit
ebcc8c43bd
|
@ -93,7 +93,7 @@ public:
|
|||
};
|
||||
|
||||
class GenerateModuleAction : public ASTFrontendAction {
|
||||
Module *Module;
|
||||
clang::Module *Module;
|
||||
const FileEntry *ModuleMapForUniquing;
|
||||
bool IsSystem;
|
||||
|
||||
|
|
Loading…
Reference in New Issue