diff options
author | cor3ntin <corentinjabot@gmail.com> | 2025-05-01 17:00:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-01 17:00:03 +0200 |
commit | 7ffaaf47528ff42d4c037e1b003d940e51347db5 (patch) | |
tree | 0c84388977f597b5291541f3956eab54f9d6dc4b /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | abd2c07e390c39830296ee70d4743663b02dc8df (diff) | |
download | llvm-7ffaaf47528ff42d4c037e1b003d940e51347db5.zip llvm-7ffaaf47528ff42d4c037e1b003d940e51347db5.tar.gz llvm-7ffaaf47528ff42d4c037e1b003d940e51347db5.tar.bz2 |
[Clang] Warning as error for fold expressions over comparison operators (#136836)
We made chained comparisons an error.
Fold-expressions over a comparison operator produce chained comparisons,
so we should be consistent there too.
We only emit the warning when instantiating the fold expression so as
not to warn on types with user-defined comparisons.
Partially addresses #129570
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions