Home
last modified time | relevance | path

Searched refs:IncludesChanged (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp633 bool IncludesChanged = BaselineScan->Includes != ModifiedScan->Includes; in create() local
636 if ((PatchType == PatchType::MacroDirectives || !IncludesChanged) && in create()
656 if (IncludesChanged && PatchType == PatchType::All) { in create()