llvm-project
a6ab19b1 - fix(llvm/**.py): fix comparison to True/False (#94040)

Commit
358 days ago
fix(llvm/**.py): fix comparison to True/False (#94040) 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>
Author
Parents
Loading