Skip to content

Commit 61f4a73

Browse files
committed
Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup
2 parents 3ad8e2d + a859e5c commit 61f4a73

File tree

108 files changed

+3064
-637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+3064
-637
lines changed

src/tools/clippy/.github/workflows/clippy_bors.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ jobs:
206206
max-parallel: 6
207207
matrix:
208208
integration:
209+
- 'matthiaskrgr/clippy_ci_panic_test'
209210
- 'rust-lang/cargo'
210211
- 'rust-lang/chalk'
211212
- 'rust-lang/rustfmt'
@@ -220,7 +221,6 @@ jobs:
220221
- 'rust-itertools/itertools'
221222
- 'rust-lang-nursery/failure'
222223
- 'rust-lang/log'
223-
- 'matthiaskrgr/clippy_ci_panic_test'
224224

225225
runs-on: ubuntu-latest
226226

src/tools/clippy/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4946,6 +4946,7 @@ Released 2018-09-13
49464946
[`blanket_clippy_restriction_lints`]: https://rust-lang.github.io/rust-clippy/master/index.html#blanket_clippy_restriction_lints
49474947
[`block_in_if_condition_expr`]: https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_expr
49484948
[`block_in_if_condition_stmt`]: https://rust-lang.github.io/rust-clippy/master/index.html#block_in_if_condition_stmt
4949+
[`blocks_in_conditions`]: https://rust-lang.github.io/rust-clippy/master/index.html#blocks_in_conditions
49494950
[`blocks_in_if_conditions`]: https://rust-lang.github.io/rust-clippy/master/index.html#blocks_in_if_conditions
49504951
[`bool_assert_comparison`]: https://rust-lang.github.io/rust-clippy/master/index.html#bool_assert_comparison
49514952
[`bool_comparison`]: https://rust-lang.github.io/rust-clippy/master/index.html#bool_comparison
@@ -5145,9 +5146,11 @@ Released 2018-09-13
51455146
[`index_refutable_slice`]: https://rust-lang.github.io/rust-clippy/master/index.html#index_refutable_slice
51465147
[`indexing_slicing`]: https://rust-lang.github.io/rust-clippy/master/index.html#indexing_slicing
51475148
[`ineffective_bit_mask`]: https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_bit_mask
5149+
[`ineffective_open_options`]: https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_open_options
51485150
[`inefficient_to_string`]: https://rust-lang.github.io/rust-clippy/master/index.html#inefficient_to_string
51495151
[`infallible_destructuring_match`]: https://rust-lang.github.io/rust-clippy/master/index.html#infallible_destructuring_match
51505152
[`infinite_iter`]: https://rust-lang.github.io/rust-clippy/master/index.html#infinite_iter
5153+
[`infinite_loop`]: https://rust-lang.github.io/rust-clippy/master/index.html#infinite_loop
51515154
[`inherent_to_string`]: https://rust-lang.github.io/rust-clippy/master/index.html#inherent_to_string
51525155
[`inherent_to_string_shadow_display`]: https://rust-lang.github.io/rust-clippy/master/index.html#inherent_to_string_shadow_display
51535156
[`init_numbered_fields`]: https://rust-lang.github.io/rust-clippy/master/index.html#init_numbered_fields
@@ -5462,6 +5465,7 @@ Released 2018-09-13
54625465
[`ref_patterns`]: https://rust-lang.github.io/rust-clippy/master/index.html#ref_patterns
54635466
[`regex_macro`]: https://rust-lang.github.io/rust-clippy/master/index.html#regex_macro
54645467
[`repeat_once`]: https://rust-lang.github.io/rust-clippy/master/index.html#repeat_once
5468+
[`repeat_vec_with_capacity`]: https://rust-lang.github.io/rust-clippy/master/index.html#repeat_vec_with_capacity
54655469
[`replace_consts`]: https://rust-lang.github.io/rust-clippy/master/index.html#replace_consts
54665470
[`reserve_after_initialization`]: https://rust-lang.github.io/rust-clippy/master/index.html#reserve_after_initialization
54675471
[`rest_pat_in_fully_bound_structs`]: https://rust-lang.github.io/rust-clippy/master/index.html#rest_pat_in_fully_bound_structs
@@ -5582,6 +5586,7 @@ Released 2018-09-13
55825586
[`undropped_manually_drops`]: https://rust-lang.github.io/rust-clippy/master/index.html#undropped_manually_drops
55835587
[`unicode_not_nfc`]: https://rust-lang.github.io/rust-clippy/master/index.html#unicode_not_nfc
55845588
[`unimplemented`]: https://rust-lang.github.io/rust-clippy/master/index.html#unimplemented
5589+
[`uninhabited_references`]: https://rust-lang.github.io/rust-clippy/master/index.html#uninhabited_references
55855590
[`uninit_assumed_init`]: https://rust-lang.github.io/rust-clippy/master/index.html#uninit_assumed_init
55865591
[`uninit_vec`]: https://rust-lang.github.io/rust-clippy/master/index.html#uninit_vec
55875592
[`uninlined_format_args`]: https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args

src/tools/clippy/clippy_dev/src/lint.rs

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use crate::{cargo_clippy_path, exit_if_err};
2-
use std::fs;
32
use std::process::{self, Command};
3+
use std::{env, fs};
44

55
pub fn run<'a>(path: &str, args: impl Iterator<Item = &'a String>) {
66
let is_file = match fs::metadata(path) {
@@ -13,7 +13,7 @@ pub fn run<'a>(path: &str, args: impl Iterator<Item = &'a String>) {
1313

1414
if is_file {
1515
exit_if_err(
16-
Command::new("cargo")
16+
Command::new(env::var("CARGO").unwrap_or("cargo".into()))
1717
.args(["run", "--bin", "clippy-driver", "--"])
1818
.args(["-L", "./target/debug"])
1919
.args(["-Z", "no-codegen"])
@@ -23,7 +23,11 @@ pub fn run<'a>(path: &str, args: impl Iterator<Item = &'a String>) {
2323
.status(),
2424
);
2525
} else {
26-
exit_if_err(Command::new("cargo").arg("build").status());
26+
exit_if_err(
27+
Command::new(env::var("CARGO").unwrap_or("cargo".into()))
28+
.arg("build")
29+
.status(),
30+
);
2731

2832
let status = Command::new(cargo_clippy_path())
2933
.arg("clippy")

src/tools/clippy/clippy_dev/src/serve.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ use std::ffi::OsStr;
22
use std::num::ParseIntError;
33
use std::path::Path;
44
use std::process::Command;
5-
use std::thread;
65
use std::time::{Duration, SystemTime};
6+
use std::{env, thread};
77

88
/// # Panics
99
///
@@ -16,7 +16,7 @@ pub fn run(port: u16, lint: Option<&String>) -> ! {
1616

1717
loop {
1818
if mtime("util/gh-pages/lints.json") < mtime("clippy_lints/src") {
19-
Command::new("cargo")
19+
Command::new(env::var("CARGO").unwrap_or("cargo".into()))
2020
.arg("collect-metadata")
2121
.spawn()
2222
.unwrap()

src/tools/clippy/clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clippy_utils = { path = "../clippy_utils" }
1616
declare_clippy_lint = { path = "../declare_clippy_lint" }
1717
itertools = "0.11"
1818
quine-mc_cluskey = "0.2"
19-
regex-syntax = "0.7"
19+
regex-syntax = "0.8"
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = { version = "1.0", optional = true }
2222
tempfile = { version = "3.3.0", optional = true }

src/tools/clippy/clippy_lints/src/as_conversions.rs

+4-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ declare_lint_pass!(AsConversions => [AS_CONVERSIONS]);
4848

4949
impl<'tcx> LateLintPass<'tcx> for AsConversions {
5050
fn check_expr(&mut self, cx: &LateContext<'tcx>, expr: &Expr<'tcx>) {
51-
if in_external_macro(cx.sess(), expr.span) || is_from_proc_macro(cx, expr) {
52-
return;
53-
}
54-
55-
if let ExprKind::Cast(_, _) = expr.kind {
51+
if let ExprKind::Cast(_, _) = expr.kind
52+
&& !in_external_macro(cx.sess(), expr.span)
53+
&& !is_from_proc_macro(cx, expr)
54+
{
5655
span_lint_and_help(
5756
cx,
5857
AS_CONVERSIONS,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
use clippy_utils::diagnostics::{span_lint, span_lint_and_sugg};
2+
use clippy_utils::source::snippet_block_with_applicability;
3+
use clippy_utils::ty::implements_trait;
4+
use clippy_utils::visitors::{for_each_expr, Descend};
5+
use clippy_utils::{get_parent_expr, higher};
6+
use core::ops::ControlFlow;
7+
use rustc_errors::Applicability;
8+
use rustc_hir::{BlockCheckMode, Expr, ExprKind, MatchSource};
9+
use rustc_lint::{LateContext, LateLintPass, LintContext};
10+
use rustc_middle::lint::in_external_macro;
11+
use rustc_session::declare_lint_pass;
12+
use rustc_span::sym;
13+
14+
declare_clippy_lint! {
15+
/// ### What it does
16+
/// Checks for `if` conditions that use blocks containing an
17+
/// expression, statements or conditions that use closures with blocks.
18+
///
19+
/// ### Why is this bad?
20+
/// Style, using blocks in the condition makes it hard to read.
21+
///
22+
/// ### Examples
23+
/// ```no_run
24+
/// # fn somefunc() -> bool { true };
25+
/// if { true } { /* ... */ }
26+
///
27+
/// if { let x = somefunc(); x } { /* ... */ }
28+
/// ```
29+
///
30+
/// Use instead:
31+
/// ```no_run
32+
/// # fn somefunc() -> bool { true };
33+
/// if true { /* ... */ }
34+
///
35+
/// let res = { let x = somefunc(); x };
36+
/// if res { /* ... */ }
37+
/// ```
38+
#[clippy::version = "1.45.0"]
39+
pub BLOCKS_IN_CONDITIONS,
40+
style,
41+
"useless or complex blocks that can be eliminated in conditions"
42+
}
43+
44+
declare_lint_pass!(BlocksInConditions => [BLOCKS_IN_CONDITIONS]);
45+
46+
const BRACED_EXPR_MESSAGE: &str = "omit braces around single expression condition";
47+
48+
impl<'tcx> LateLintPass<'tcx> for BlocksInConditions {
49+
fn check_expr(&mut self, cx: &LateContext<'tcx>, expr: &'tcx Expr<'_>) {
50+
if in_external_macro(cx.sess(), expr.span) {
51+
return;
52+
}
53+
54+
let Some((cond, keyword, desc)) = higher::If::hir(expr)
55+
.map(|hif| (hif.cond, "if", "an `if` condition"))
56+
.or(if let ExprKind::Match(match_ex, _, MatchSource::Normal) = expr.kind {
57+
Some((match_ex, "match", "a `match` scrutinee"))
58+
} else {
59+
None
60+
})
61+
else {
62+
return;
63+
};
64+
let complex_block_message = &format!(
65+
"in {desc}, avoid complex blocks or closures with blocks; \
66+
instead, move the block or closure higher and bind it with a `let`",
67+
);
68+
69+
if let ExprKind::Block(block, _) = &cond.kind {
70+
if block.rules == BlockCheckMode::DefaultBlock {
71+
if block.stmts.is_empty() {
72+
if let Some(ex) = &block.expr {
73+
// don't dig into the expression here, just suggest that they remove
74+
// the block
75+
if expr.span.from_expansion() || ex.span.from_expansion() {
76+
return;
77+
}
78+
let mut applicability = Applicability::MachineApplicable;
79+
span_lint_and_sugg(
80+
cx,
81+
BLOCKS_IN_CONDITIONS,
82+
cond.span,
83+
BRACED_EXPR_MESSAGE,
84+
"try",
85+
snippet_block_with_applicability(cx, ex.span, "..", Some(expr.span), &mut applicability)
86+
.to_string(),
87+
applicability,
88+
);
89+
}
90+
} else {
91+
let span = block.expr.as_ref().map_or_else(|| block.stmts[0].span, |e| e.span);
92+
if span.from_expansion() || expr.span.from_expansion() {
93+
return;
94+
}
95+
// move block higher
96+
let mut applicability = Applicability::MachineApplicable;
97+
span_lint_and_sugg(
98+
cx,
99+
BLOCKS_IN_CONDITIONS,
100+
expr.span.with_hi(cond.span.hi()),
101+
complex_block_message,
102+
"try",
103+
format!(
104+
"let res = {}; {keyword} res",
105+
snippet_block_with_applicability(cx, block.span, "..", Some(expr.span), &mut applicability),
106+
),
107+
applicability,
108+
);
109+
}
110+
}
111+
} else {
112+
let _: Option<!> = for_each_expr(cond, |e| {
113+
if let ExprKind::Closure(closure) = e.kind {
114+
// do not lint if the closure is called using an iterator (see #1141)
115+
if let Some(parent) = get_parent_expr(cx, e)
116+
&& let ExprKind::MethodCall(_, self_arg, _, _) = &parent.kind
117+
&& let caller = cx.typeck_results().expr_ty(self_arg)
118+
&& let Some(iter_id) = cx.tcx.get_diagnostic_item(sym::Iterator)
119+
&& implements_trait(cx, caller, iter_id, &[])
120+
{
121+
return ControlFlow::Continue(Descend::No);
122+
}
123+
124+
let body = cx.tcx.hir().body(closure.body);
125+
let ex = &body.value;
126+
if let ExprKind::Block(block, _) = ex.kind {
127+
if !body.value.span.from_expansion() && !block.stmts.is_empty() {
128+
span_lint(cx, BLOCKS_IN_CONDITIONS, ex.span, complex_block_message);
129+
return ControlFlow::Continue(Descend::No);
130+
}
131+
}
132+
}
133+
ControlFlow::Continue(Descend::Yes)
134+
});
135+
}
136+
}
137+
}

0 commit comments

Comments
 (0)