mirror of
https://github.com/MaskRay/ccls.git
synced 2025-03-18 23:11:31 +00:00
fix debug build
This commit is contained in:
parent
84a00f6371
commit
700c1ffa58
@ -101,7 +101,7 @@ void MessageHandler::textDocument_semanticTokensRange(
|
||||
|
||||
static GroupMatch match(g_config->highlight.whitelist,
|
||||
g_config->highlight.blacklist);
|
||||
assert(file->def);
|
||||
assert(queryFile->def);
|
||||
if (wfile->buffer_content.size() > g_config->highlight.largeFileSize ||
|
||||
!match.matches(queryFile->def->path)) {
|
||||
LOG_S(INFO) << "Not SemTokenizing " << path << "because of allowlist/denylist";
|
||||
|
Loading…
Reference in New Issue
Block a user