summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-04-27 23:36:17 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-04-27 23:36:17 +0000
commita90db0acd0233dc6ac92c0a27b8c61f137d94b04 (patch)
tree3694833eb3d67b5af17f72e98858be64cad0f69e /clang
parentdf348f10b6f834acf96cc292a0e2c5803eae1d68 (diff)
downloadbcm5719-llvm-a90db0acd0233dc6ac92c0a27b8c61f137d94b04.tar.gz
bcm5719-llvm-a90db0acd0233dc6ac92c0a27b8c61f137d94b04.zip
Attempt to fix reported build error on Cygwin, PR4088.
llvm-svn: 70268
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Frontend/PCHReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Frontend/PCHReader.h b/clang/include/clang/Frontend/PCHReader.h
index 81f18432eed..c0e869fc1f1 100644
--- a/clang/include/clang/Frontend/PCHReader.h
+++ b/clang/include/clang/Frontend/PCHReader.h
@@ -337,7 +337,7 @@ public:
/// \returns true if there was an error while reading the
/// declarations for this declaration context.
virtual bool ReadDeclsLexicallyInContext(DeclContext *DC,
- llvm::SmallVectorImpl<unsigned> &Decls);
+ llvm::SmallVectorImpl<pch::DeclID> &Decls);
/// \brief Read all of the declarations visible from a declaration
/// context.
OpenPOWER on IntegriCloud