[PATCH] D33826: [clang-tidy] avoid pointer cast to more strict alignment check

Eniko Donatella Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 11 01:24:46 PDT 2017


NorenaLeonetti marked an inline comment as done.
NorenaLeonetti added a comment.

In https://reviews.llvm.org/D33826#861226, @aaron.ballman wrote:

> Have you run this check over any large code bases to see what the quality of the diagnostics are?


`-checks=-*,cert-exp36-c,modernize-unary-static-assert`

the result:

real    52m6.886s
user    298m8.824s
sys     7m29.292s

`-checks=-*,modernize-unary-static-assert`

the result:

real    52m5.305s
user    302m38.508s
sys     8m53.008s


Repository:
  rL LLVM

https://reviews.llvm.org/D33826





More information about the cfe-commits mailing list