[clangd] Respect clang-tidy SystemHeaders option if specified
authorSam McCall <sam.mccall@gmail.com>
Wed, 11 Jan 2023 17:03:58 +0000 (18:03 +0100)
committerSam McCall <sam.mccall@gmail.com>
Wed, 11 Jan 2023 17:04:42 +0000 (18:04 +0100)
commit9b16c624edde50e2a460f9bd0d2e9ac3cb1af695
treee3c7427d4bf0baa47756593ba5cdd88ec195ad65
parentd32d749b11401cef214e3fd7b3814071d9e1e5a7
[clangd] Respect clang-tidy SystemHeaders option if specified

(Previous commit assumed it was always off, which is the default)
clang-tools-extra/clangd/ParsedAST.cpp