0

Update .clangd to remove -inputs= argument

This argument was added in https://crrev.com/c/5324046 but it confuses
clangd. Update the .clangd config so those arguments
are removed when constructing the compile command clangd uses.

Bug: N/A
Change-Id: Ide74ddd238a86d621bd284866032c5dbc01da8bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5355734
Reviewed-by: danakj <danakj@chromium.org>
Commit-Queue: danakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1270227}
This commit is contained in:
Jeroen Dhollander
2024-03-08 16:31:22 +00:00
committed by Chromium LUCI CQ
parent 6c4efdb8fe
commit 1567cbb19f

@ -4,4 +4,4 @@ Diagnostics:
UnusedIncludes: None
MissingIncludes: None
CompileFlags:
Remove: [-cfg=*, -exec_root=*]
Remove: [-cfg=*, -exec_root=*, -inputs=*]