Skip to content

Commit

Permalink
[libclang/python] Refactor enum usage (llvm#95608)
Browse files Browse the repository at this point in the history
Use Python's builtin enum class instead of writing our own.

This is preparation for passing a strict type check in PR llvm#78114 ,
fixing 927 out of 1341 strict typing errors

---------

Co-authored-by: Jannick Kremer <jannick-kremer@gmx.de>
Co-authored-by: Vlad Serebrennikov <serebrennikov.vladislav@gmail.com>
  • Loading branch information
3 people authored and aaryanshukla committed Jul 14, 2024
1 parent c275b18 commit ddacb82
Show file tree
Hide file tree
Showing 5 changed files with 790 additions and 1,014 deletions.
Loading

0 comments on commit ddacb82

Please sign in to comment.