diff options
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | 2025-01-13 21:03:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-13 13:03:04 +0100 |
commit | ca92bdfa3ef8f9a1cc97167fc96601f8bd7b436b (patch) | |
tree | 63b9dbbe870a961eb3509310559b707de71e75e5 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | b605dab7a8352158ee0d399b8c3433f9a8b495a3 (diff) | |
download | llvm-ca92bdfa3ef8f9a1cc97167fc96601f8bd7b436b.zip llvm-ca92bdfa3ef8f9a1cc97167fc96601f8bd7b436b.tar.gz llvm-ca92bdfa3ef8f9a1cc97167fc96601f8bd7b436b.tar.bz2 |
[cross-project-tests] Use "is" instead of "==" to check for None (#94016)
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.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions