[cfe-commits] r136423 - in /cfe/trunk: include/clang/Serialization/ASTReader.h lib/Serialization/ASTReader.cpp

Douglas Gregor dgregor at apple.com
Thu Jul 28 16:19:54 PDT 2011


On Jul 28, 2011, at 4:19 PM, jahanian wrote:

> I am getting this error. 
> 
> /Volumes/sandbox/llvm/tools/clang/lib/Serialization/../../include/clang/Serialization/AttrPCHRead.inc:78:62: error: too few arguments to function call, expected 3, have 2
>    IdentifierInfo * platform = GetIdentifierInfo(Record, Idx);
>                                ~~~~~~~~~~~~~~~~~            ^

Please update your LLVM. I had to tweak tblgen.

	- Doug



More information about the cfe-commits mailing list