clang-tools 20.0.0git
|
Configuration of the AST retention policy. More...
#include <TUScheduler.h>
Public Attributes | |
unsigned | MaxRetainedASTs = 3 |
Maximum number of ASTs to be retained in memory when there are no pending requests for them. | |
Configuration of the AST retention policy.
This only covers retention of idle ASTs. If queue has operations requiring the AST, they might be kept in memory.
Definition at line 63 of file TUScheduler.h.
unsigned clang::clangd::ASTRetentionPolicy::MaxRetainedASTs = 3 |
Maximum number of ASTs to be retained in memory when there are no pending requests for them.
Definition at line 66 of file TUScheduler.h.