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

Nemanja Ivanovic via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 14 14:02:34 PDT 2023


nemanjai added a comment.

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

> In D148697#4422629 <https://reviews.llvm.org/D148697#4422629>, @nemanjai wrote:
>
>> It was also causing PPC bots to break. I fixed it in https://reviews.llvm.org/rGffd7a200fdfbd01ef296101647d2f2da91ddfd41
>
> O, thank you. Thats explain a lot. Because when I look into cmake, clangTidyPerformanceModule were already there because you already added it.

Yeah, sorry. I saw that Phabricator automatically added the mention into the Diffusion link but I forgot that it won't add it to the Differential and that I need to add it manually.


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