Skip to content

Commit 916ff6f

Browse files
authored
Merge pull request #496 from proteusvacuum/patch-2
Change reference of misc-use-after-move to bugprone-use-after-move
2 parents 9c8ece5 + 93b8774 commit 916ff6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-10-20-totw-77.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ them, or let them go out of scope, but don’t make any other assumptions about
113113
their state.
114114

115115
Clang-tidy provides some some static-checking to catch use-after move with the
116-
[misc-use-after-move](http://clang.llvm.org/extra/clang-tidy/checks/misc-use-after-move.html)
116+
[bugprone-use-after-move](https://clang.llvm.org/extra/clang-tidy/checks/bugprone/use-after-move.html)
117117
check. However, static-analysis won't ever be able to catch all of these - be on
118118
the lookout. Call these out in code review, and avoid them in your own code.
119119
Stay away from the zombies.

0 commit comments

Comments
 (0)