diff options
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | 2024-08-28 20:19:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 12:19:58 +0100 |
commit | 94ed47f2e98ca62155a56a486e81215ce38da45d (patch) | |
tree | 51275a136f04c27542508b1ecfa8fad8cc28a777 /clang/unittests/Format/FormatTestJS.cpp | |
parent | c9a5e1b665dbba898e9981fd7d48881947e6560e (diff) | |
download | llvm-94ed47f2e98ca62155a56a486e81215ce38da45d.zip llvm-94ed47f2e98ca62155a56a486e81215ce38da45d.tar.gz llvm-94ed47f2e98ca62155a56a486e81215ce38da45d.tar.bz2 |
fix(llvm/**.py): fix comparison to None (#94018)
from PEP8
(https://peps.python.org/pep-0008/#programming-recommendations):
> Comparisons to singletons like None should always be done with is or
is not, never the equality operators.
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
Diffstat (limited to 'clang/unittests/Format/FormatTestJS.cpp')
0 files changed, 0 insertions, 0 deletions