[PATCH] D31097: [clang-tidy] don't warn about implicit widening casts in function calls

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 18 02:33:56 PDT 2017


xazax.hun added a comment.

I wonder whether warning on implicit casts still makes sense for example in mission critical code. So maybe it is worth to have a configuration option with the default setting being less strict and chatty. What do you think?


Repository:
  rL LLVM

https://reviews.llvm.org/D31097





More information about the cfe-commits mailing list