diff options
| author | Da-Viper <57949090+Da-Viper@users.noreply.github.com> | 2024-08-27 08:24:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-27 09:24:48 +0200 |
| commit | b45527da23ed64a503cc0fd18f63692eb3589748 (patch) | |
| tree | 4788c7f18628ecb8d0b1a892d97d052dfc91997b /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | 1cea5c2138bef3d8fec75508df6dbb858e6e3560 (diff) | |
| download | llvm-b45527da23ed64a503cc0fd18f63692eb3589748.zip llvm-b45527da23ed64a503cc0fd18f63692eb3589748.tar.gz llvm-b45527da23ed64a503cc0fd18f63692eb3589748.tar.bz2 | |
[clang-tidy] Add UseUpperCaseLiteralSuffix option to readability-implicit-bool-conversion (#104882)
When readability-implicit-bool-conversion-check and
readability-uppercase-literal-suffix-check is enabled this will cause
you to apply a fix twice
from (!i) -> (i == 0u) to (i == 0U) twice instead will skip the middle
one
Adding this option allows this check to be in sync with readability-uppercase-literal-suffix, avoiding duplicate warnings.
Fixes #40544
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions
