mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 09:50:26 +00:00
Scan root directory for includes
This commit is contained in:
parent
48a6f836ca
commit
5f85867f88
@ -118,8 +118,8 @@ void IncludeComplete::Rescan() {
|
||||
Timer timer;
|
||||
|
||||
InsertStlIncludes();
|
||||
// InsertIncludesFromDirectory(config_->projectRoot,
|
||||
// false /*use_angle_brackets*/);
|
||||
InsertIncludesFromDirectory(config_->projectRoot,
|
||||
false /*use_angle_brackets*/);
|
||||
for (const std::string& dir : project_->quote_include_directories)
|
||||
InsertIncludesFromDirectory(dir, false /*use_angle_brackets*/);
|
||||
for (const std::string& dir : project_->angle_include_directories)
|
||||
|
Loading…
Reference in New Issue
Block a user