[cfe-commits] r70268 - /cfe/trunk/include/clang/Frontend/PCHReader.h
Eli Friedman
eli.friedman at gmail.com
Mon Apr 27 16:36:17 PDT 2009
Author: efriedma
Date: Mon Apr 27 18:36:17 2009
New Revision: 70268
URL: http://llvm.org/viewvc/llvm-project?rev=70268&view=rev
Log:
Attempt to fix reported build error on Cygwin, PR4088.
Modified:
cfe/trunk/include/clang/Frontend/PCHReader.h
Modified: cfe/trunk/include/clang/Frontend/PCHReader.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/PCHReader.h?rev=70268&r1=70267&r2=70268&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/PCHReader.h (original)
+++ cfe/trunk/include/clang/Frontend/PCHReader.h Mon Apr 27 18:36:17 2009
@@ -337,7 +337,7 @@
/// \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.
More information about the cfe-commits
mailing list