forked from OSchip/llvm-project
parent
8c44529c85
commit
69c819cd42
|
@ -506,7 +506,7 @@ static inline CXCursorSet_Impl *unpackCXCursorSet(CXCursorSet set) {
|
|||
return (CXCursorSet_Impl*) set;
|
||||
}
|
||||
namespace llvm {
|
||||
template<> struct llvm::DenseMapInfo<CXCursor> {
|
||||
template<> struct DenseMapInfo<CXCursor> {
|
||||
public:
|
||||
static inline CXCursor getEmptyKey() {
|
||||
return MakeCXCursorInvalid(CXCursor_InvalidFile);
|
||||
|
|
Loading…
Reference in New Issue