[clang-tidy] misc-misplaced-widening-cast: Disable checking of implicit widening...
authorGabor Horvath <xazax.hun@gmail.com>
Wed, 19 Apr 2017 14:55:58 +0000 (14:55 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Wed, 19 Apr 2017 14:55:58 +0000 (14:55 +0000)
commit1a92506f3674749218539f50ceb6c5ddb7857dd7
treef133e00fdf8861ea620b1d6c63e44c1616ecb0f6
parent5a2235bbd069169fbc4ce2058f99627c0ed447bd
[clang-tidy] misc-misplaced-widening-cast: Disable checking of implicit widening casts by default.

Patch by Ádám Balogh!

Differential Revision: https://reviews.llvm.org/D32164

llvm-svn: 300699
clang-tools-extra/clang-tidy/misc/MisplacedWideningCastCheck.cpp
clang-tools-extra/test/clang-tidy/misc-misplaced-widening-cast-implicit-enabled.cpp [new file with mode: 0644]
clang-tools-extra/test/clang-tidy/misc-misplaced-widening-cast.cpp [deleted file]