Index: head/devel/ccls/files/patch-src_indexer.cc =================================================================== --- head/devel/ccls/files/patch-src_indexer.cc (nonexistent) +++ head/devel/ccls/files/patch-src_indexer.cc (revision 532927) @@ -0,0 +1,22 @@ +https://github.com/MaskRay/ccls/commit/b0d42ad8f2ef22d3a42eee6e7534fc363c018440 + +--- src/indexer.cc.orig 2019-10-25 01:37:55 UTC ++++ src/indexer.cc +@@ -677,10 +677,13 @@ class IndexDataConsumer : public index::IndexDataConsu + public: + IndexDataConsumer(IndexParam ¶m) : param(param) {} + void initialize(ASTContext &ctx) override { this->ctx = param.ctx = &ctx; } +- bool handleDeclOccurence(const Decl *d, index::SymbolRoleSet roles, +- ArrayRef relations, +- SourceLocation src_loc, +- ASTNodeInfo ast_node) override { ++#if LLVM_VERSION_MAJOR < 10 // llvmorg-10-init-12036-g3b9715cb219 ++# define handleDeclOccurrence handleDeclOccurence ++#endif ++ bool handleDeclOccurrence(const Decl *d, index::SymbolRoleSet roles, ++ ArrayRef relations, ++ SourceLocation src_loc, ++ ASTNodeInfo ast_node) override { + if (!param.no_linkage) { + if (auto *nd = dyn_cast(d); nd && nd->hasLinkage()) + ; Property changes on: head/devel/ccls/files/patch-src_indexer.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property