0

Update .clangd to remove rewrapper arguments

Rewrapper (unlike gomacc) has a couple of arguments that are passed to
it, which confuses clangd.  Update the .clangd config so those arguments
are removed when constructing the compile command clangd uses.

Bug: b/317224607,1493291
Change-Id: I6923a718347a29559495a8d65277515f5eed207b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5164667
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Michael Savigny <msavigny@google.com>
Cr-Commit-Position: refs/heads/main@{#1246591}
This commit is contained in:
Michael Savigny
2024-01-12 19:12:56 +00:00
committed by Chromium LUCI CQ
parent 2e4d643621
commit 3710916e2d

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