diff options
author | Jannick Kremer <51118500+DeinAlptraum@users.noreply.github.com> | 2024-06-14 11:19:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 13:19:28 +0400 |
commit | 88e42c6779067c4b65624939be74db2d56ee017b (patch) | |
tree | dcc33af241dde57f82ede216af19ffa817e92343 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 32cd703da578e769787a921d76b768164a4256b6 (diff) | |
download | llvm-88e42c6779067c4b65624939be74db2d56ee017b.zip llvm-88e42c6779067c4b65624939be74db2d56ee017b.tar.gz llvm-88e42c6779067c4b65624939be74db2d56ee017b.tar.bz2 |
[libclang/python] Fix bugs in custom enum implementation and add tests (#95381)
Do not allow initialization of enum from negative IDs (e.g. from_id(-1)
currently produces the last known variant)
Rename duplicate enums: CursorKind.OMP_TEAMS_DISTRIBUTE_DIRECTIVE and
TypeKind.OBJCCLASS
Add tests to cover these cases
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions