[PATCH] D145843: [clangd] Add option to always insert headers with <> instead of ""

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 25 15:10:11 PDT 2023


nridge added a comment.

Thanks for the clarification and suggested formulation.

In D145843#4209750 <https://reviews.llvm.org/D145843#4209750>, @sammccall wrote:

> I'd suggest something like:
>
>   Style:
>     QuotedHeaders: "path/to/.*"
>     AngledHeaders: "path/sdk/.*"
>
> where the regexes can be single or array, and match any suffix (like Diagnostics.Includes.IgnoreHeader)

@ADKaster are you interested in updating the patch to implement this approach?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145843/new/

https://reviews.llvm.org/D145843



More information about the cfe-commits mailing list