diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-04-27 23:36:17 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-04-27 23:36:17 +0000 |
commit | 4e14823581407a5c7aa78c42b7af387a6c2322a0 (patch) | |
tree | cb1179ad7358e5c15078bc46307ce0e6b3184d90 | |
parent | de13502158c6577aaff251abff30999417dabfe1 (diff) |
Attempt to fix reported build error on Cygwin, PR4088.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70268 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Frontend/PCHReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/PCHReader.h b/include/clang/Frontend/PCHReader.h index 81f18432ee..c0e869fc1f 100644 --- a/include/clang/Frontend/PCHReader.h +++ b/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. |