[cfe-commits] r145542 - /cfe/trunk/include/clang/Frontend/FrontendActions.h
Douglas Gregor
dgregor at apple.com
Wed Nov 30 15:48:34 PST 2011
Author: dgregor
Date: Wed Nov 30 17:48:34 2011
New Revision: 145542
URL: http://llvm.org/viewvc/llvm-project?rev=145542&view=rev
Log:
Another GCC fix
Modified:
cfe/trunk/include/clang/Frontend/FrontendActions.h
Modified: cfe/trunk/include/clang/Frontend/FrontendActions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/FrontendActions.h?rev=145542&r1=145541&r2=145542&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/FrontendActions.h (original)
+++ cfe/trunk/include/clang/Frontend/FrontendActions.h Wed Nov 30 17:48:34 2011
@@ -94,7 +94,7 @@
};
class GenerateModuleAction : public ASTFrontendAction {
- Module *Module;
+ clang::Module *Module;
protected:
virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
More information about the cfe-commits
mailing list