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:

committed by
Chromium LUCI CQ

parent
2e4d643621
commit
3710916e2d
2
.clangd
2
.clangd
@ -3,3 +3,5 @@
|
||||
Diagnostics:
|
||||
UnusedIncludes: None
|
||||
MissingIncludes: None
|
||||
CompileFlags:
|
||||
Remove: [-cfg=*, -exec_root=*]
|
Reference in New Issue
Block a user