rust/compiler/rustc_codegen_llvm/src/back
Nicholas Nethercote 8388112970 Remove is_lint field from Level::Error.
Because it's redundant w.r.t. `Diagnostic::is_lint`, which is present
for every diagnostic level.

`struct_lint_level_impl` was the only place that set the `Error` field
to `true`, and it's also the only place that calls
`Diagnostic::is_lint()` to set the `is_lint` field.
2024-01-04 16:09:31 +11:00
..
archive.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
lto.rs Rename many DiagCtxt and EarlyDiagCtxt locals. 2023-12-18 16:06:22 +11:00
owned_target_machine.rs Add emulated TLS support 2023-12-07 00:21:32 +08:00
profiling.rs
write.rs Remove is_lint field from Level::Error. 2024-01-04 16:09:31 +11:00