Skip to content

Commit c060945

Browse files
vabridgerseinvbri
authored andcommitted
[docs] Update documentation for bugprone-misplaced-widening-cast
The default setting for CheckImplicitCasts was changed in https://reviews.llvm.org/D32164 but the documentation was not updated. This simple change just syncs the documentation with the behavior of that checker. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D99991
1 parent 0312b25 commit c060945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone-misplaced-widening-cast.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ Options
6262

6363
.. option:: CheckImplicitCasts
6464

65-
If `true`, enables detection of implicit casts. Default is `true`.
65+
If `true`, enables detection of implicit casts. Default is `false`.

0 commit comments

Comments
 (0)