0

[clangd/docs] Add missing - to flag

Change-Id: Id649d7a3a19bc8fba84c6b38ce8f54e6e4c9a260
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4264713
Auto-Submit: Victor Vianna <victorvianna@google.com>
Quick-Run: Victor Vianna <victorvianna@google.com>
Reviewed-by: Hans Wennborg <hans@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1107478}
This commit is contained in:
Victor Vianna
2023-02-20 16:19:44 +00:00
committed by Chromium LUCI CQ
parent ab5958adab
commit 418575881b

@ -110,7 +110,7 @@ ninja -C out/Default chrome
5. Use clangd in your favourite editor, see detailed [instructions](
https://clangd.llvm.org/installation.html#editor-plugins).
* Optional: You may want to add `-header-insertion=never` to the clangd
* Optional: You may want to add `--header-insertion=never` to the clangd
flags, so that your editor doesn't automatically add incorrect #include
lines. The feature doesn't correctly handle some common Chromium headers
like `base/strings/string_piece_forward.h` and