diff options
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | 2024-06-04 02:06:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 12:06:48 -0500 |
commit | f873dd2c8d539378a5118da595ea3fba17ee2e73 (patch) | |
tree | bb6b6ee0de2e168a233119cf820ab9c92f2800a4 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | ffec63b6a54f719976443cc17b6226030be17c52 (diff) | |
download | llvm-f873dd2c8d539378a5118da595ea3fba17ee2e73.zip llvm-f873dd2c8d539378a5118da595ea3fba17ee2e73.tar.gz llvm-f873dd2c8d539378a5118da595ea3fba17ee2e73.tar.bz2 |
fix(utils/**.py): fix comparison to None (#94022)
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/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions