This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add parsing for IgnoreHeaders config option
ClosedPublic

Authored by kadircet on May 6 2022, 5:35 AM.

Details

Diff Detail

Event Timeline

kadircet created this revision.May 6 2022, 5:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2022, 5:35 AM
kadircet requested review of this revision.May 6 2022, 5:35 AM
sammccall accepted this revision.May 6 2022, 6:53 AM
This revision is now accepted and ready to land.May 6 2022, 6:53 AM
kbobyrev accepted this revision.May 6 2022, 7:03 AM
kbobyrev added inline comments.May 6 2022, 7:06 AM
clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
259

A

259

(sorry, the UI is laggy; please disregard this one)

261

nit: maybe Results.front() but up to you

nridge added a subscriber: nridge.May 8 2022, 6:30 PM

Is there a related change that explains what this setting does?

Is there a related change that explains what this setting does?

Yes: https://reviews.llvm.org/D123488

It seems that I forgot to add the YAML parser logic :(