[all-commits] [llvm/llvm-project] c06094: [docs] Update documentation for bugprone-misplaced...
vabridgers via All-commits
all-commits at lists.llvm.org
Tue Apr 6 14:19:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c060945b23a1c54d4b2a053ff4b093a2277b303d
https://github.com/llvm/llvm-project/commit/c060945b23a1c54d4b2a053ff4b093a2277b303d
Author: Vince Bridgers <vince.a.bridgers at gmail.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M clang-tools-extra/docs/clang-tidy/checks/bugprone-misplaced-widening-cast.rst
Log Message:
-----------
[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
More information about the All-commits
mailing list