mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-07 08:44:55 +00:00
Correct comment about completion cache
This commit is contained in:
parent
dc4d0f7748
commit
27385aef6e
@ -159,8 +159,8 @@ struct SemaManager {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Cached completion information, so we can give fast completion results when
|
// Cached completion information, so we can give fast completion results when
|
||||||
// the user erases a character. vscode will resend the completion request if
|
// the user adds or erases a character. vscode will resend the completion request
|
||||||
// that happens.
|
// if that happens.
|
||||||
template <typename T> struct CompleteConsumerCache {
|
template <typename T> struct CompleteConsumerCache {
|
||||||
std::mutex mutex;
|
std::mutex mutex;
|
||||||
std::string path;
|
std::string path;
|
||||||
|
Loading…
Reference in New Issue
Block a user