This is an archive of the discontinued LLVM Phabricator instance.

[docs] Update documentation for bugprone-misplaced-widening-cast
ClosedPublic

Authored by vabridgers on Apr 6 2021, 1:55 PM.

Details

Summary

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.

Diff Detail

Event Timeline

vabridgers requested review of this revision.Apr 6 2021, 1:55 PM
vabridgers created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2021, 1:55 PM
aaron.ballman accepted this revision.Apr 6 2021, 2:11 PM

LGTM, thank you!

This revision is now accepted and ready to land.Apr 6 2021, 2:11 PM
This revision was landed with ongoing or failed builds.Apr 6 2021, 2:19 PM
This revision was automatically updated to reflect the committed changes.