[PATCH] D97121: [clang-tidy] Add a Standalone diagnostics mode to clang-tidy

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 11:39:28 PDT 2022


aaron.ballman added a comment.

In D97121#3452435 <https://reviews.llvm.org/D97121#3452435>, @njames93 wrote:

> In D97121#3448467 <https://reviews.llvm.org/D97121#3448467>, @aaron.ballman wrote:
>
>> I'd like to hear from @sammccall as well, but I think the changes here LGTM. Can you please add a release note for the fix?
>
> Is this a clang-tidy, clangd or both release notes.
> The changes aren't visible in the clang-tidy binary, but are when using it as a library.
> However these changes do have noticable effects in clangd with some clang-tidy checks running.

I'd probably put the note under clangd as that's going to be most relevant for users, WDYT?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97121



More information about the llvm-commits mailing list