[cfe-commits] r80064 - in /cfe/trunk: lib/CodeGen/CGCXX.cpp lib/CodeGen/CodeGenFunction.h test/CodeGenCXX/virt.cpp
Douglas Gregor
dgregor at apple.com
Tue Aug 25 20:05:11 PDT 2009
On Aug 25, 2009, at 6:54 PM, Mike Stump wrote:
> Author: mrs
> Date: Tue Aug 25 20:54:35 2009
> New Revision: 80064
>
> URL: http://llvm.org/viewvc/llvm-project?rev=80064&view=rev
> Log:
> Implement virtual dispatch. :-) This is self-consistent with
> clang, but not yet
> necessarily perfectly consistent with gcc.
I'm getting the error:
/Users/dgregor/Projects/llvm/include/llvm/ADT/DenseMap.h:216:0 /
Users/dgregor/Projects/llvm/include/llvm/ADT/DenseMap.h:216: error:
'isPod' is not a member of 'llvm::DenseMapInfo<long long unsigned int>'
Did you forget to commit a DenseMapInfo specialization to the llvm
repository?
- Doug
More information about the cfe-commits
mailing list