aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-11-30 23:48:34 +0000
committerDouglas Gregor <dgregor@apple.com>2011-11-30 23:48:34 +0000
commit8374eda250c1cf6aede92eca289759f5e0a6c308 (patch)
tree3099b5cc54985113eec829a5ec630402ce1702c9
parent58196dc06ee27cd4150ef483123e1e3b2c772821 (diff)
Another GCC fix
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145542 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Frontend/FrontendActions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/FrontendActions.h b/include/clang/Frontend/FrontendActions.h
index c0ed9fa410..c2bdc746ea 100644
--- a/include/clang/Frontend/FrontendActions.h
+++ b/include/clang/Frontend/FrontendActions.h
@@ -94,7 +94,7 @@ public:
};
class GenerateModuleAction : public ASTFrontendAction {
- Module *Module;
+ clang::Module *Module;
protected:
virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,