Guest User

Untitled

a guest
Jun 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.88 KB | None | 0 0
  1. In file included from third_party/llvm/trunk/tools/clang/lib/AST/APValue.cpp:15:
  2. third_party/llvm/trunk/tools/clang/include/clang/AST/CharUnits.h:155:53: error: no member named 'getEmptyKey' in 'llvm::DenseMapInfo<long>'
  3.       DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
  4.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  5. third_party/llvm/trunk/tools/clang/include/clang/AST/CharUnits.h:162:53: error: no member named 'getTombstoneKey' in 'llvm::DenseMapInfo<long>'
  6.       DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
  7.       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
  8. third_party/llvm/trunk/tools/clang/include/clang/AST/CharUnits.h:169:58: error: no member named 'getHashValue' in 'llvm::DenseMapInfo<long>'
  9.     return DenseMapInfo<clang::CharUnits::QuantityType>::getHashValue(Quantity);
  10.            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
Advertisement
Add Comment
Please, Sign In to add comment