[PATCH] D148697: [clang-tidy] Add more checks for functions which should be noexcept

Christian Ulmann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 14 08:18:38 PDT 2023


Dinistro added a comment.

In D148697#4421268 <https://reviews.llvm.org/D148697#4421268>, @PiotrZSL wrote:

> In D148697#4420359 <https://reviews.llvm.org/D148697#4420359>, @Dinistro wrote:
>
>> I'm getting a linking error by some of the files changed in this revision.
>
> You shouldn't because this library got dependency on clangTidyPerformanceModule.
> Is this a blocker for you, or you can live with this for 1 day ? Until I verify this.

I don't necessarily need to build clang-tidy, so it's fine for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148697



More information about the cfe-commits mailing list