diff options
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | 2024-09-19 23:33:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 16:33:12 +0200 |
commit | e8182029516dae445f21db304953aa5f10880d2d (patch) | |
tree | 9787236f4fcf6c16c621d1dcf908e3884d2274f2 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 698be40a5121590d9b72850edcec6b55fdeab942 (diff) | |
download | llvm-e8182029516dae445f21db304953aa5f10880d2d.zip llvm-e8182029516dae445f21db304953aa5f10880d2d.tar.gz llvm-e8182029516dae445f21db304953aa5f10880d2d.tar.bz2 |
[clang] Fix python comparison to None (#94014)
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 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions