Nilstrieb bc7489c546
Rollup merge of #121286 - gurry:constprop-lint-rename, r=oli-obk
Rename `ConstPropLint` to `KnownPanicsLint`

`OverflowLint` is a clearer name because it communicates what the lint does instead of the underlying mechanism it uses (const propagation) which should be of secondary concern.

`OverflowLint` isn't the most accurate name because the lint looks for other errors as well such as division by zero not just overflows, but I couldn't think of another equally succinct name.

As a part of this change. I've also added/updated some of the comments.

cc ```@RalfJung``` ```@oli-obk``` for visibility in case you go looking for the lint using the old name.

Edit:

Changed the name from `OverflowLint` to `KnownPanicsLint`
2024-02-20 15:13:53 +01:00
..
2024-02-12 15:46:35 +09:00
2024-02-12 15:46:35 +09:00
2024-02-14 20:30:37 +11:00
2024-02-18 15:31:44 +05:30
2024-02-12 15:46:35 +09:00
2024-02-13 21:03:34 +00:00
2024-02-20 13:22:17 +11:00
2024-02-12 15:46:35 +09:00
2024-02-20 07:41:48 +05:30
2024-01-22 22:53:20 +00:00
2024-02-12 15:46:35 +09:00
2024-02-12 15:46:35 +09:00
2024-02-12 15:46:35 +09:00