[PATCH] D148697: [clang-tidy] Add more checks for functions which should be noexcept
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 14 08:38:19 PDT 2023
PiotrZSL added a comment.
In D148697#4421339 <https://reviews.llvm.org/D148697#4421339>, @Dinistro wrote:
> 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.
I did a clean build with shared libraries enabled, everything is working.
I do not get those issues. Try a clean-build. I will try to check build with clang-16.
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