[PATCH] D65912: [clang-tidy] Add new check for math constants

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 9 11:46:14 PDT 2019


aaron.ballman added a comment.

In D65912#1623393 <https://reviews.llvm.org/D65912#1623393>, @Eugene.Zelenko wrote:

> In D65912#1623375 <https://reviews.llvm.org/D65912#1623375>, @ZaMaZaN4iK wrote:
>
> > > ... then I have a script that runs clang-tidy over all the compilation units in a compilation database
> >
> > Can you share this script please? :)
>
>
> run-clang-tidy.py which is shipped with Clang-tidy.


Hah! Looks like I don't need my local script any longer. Thank you for reminding me that this exists. :-D


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65912





More information about the cfe-commits mailing list