mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
ae3d334cc2
The Python code has been relying on `spelling` to return `None` for skipping anonymous structs/unions. libclang has been returning a "spelling" for those for a while now (LLVM 16 introduced this in its branch in 2022), though, so this check no longer works. Use the correct method `clang.CIndex.is_anonymous()` instead. PiperOrigin-RevId: 557099905 Change-Id: I13707509dbae03481c5edce7fa92554cefdd57e7 |
||
---|---|---|
.. | ||
testdata | ||
build_test.sh | ||
BUILD.bazel | ||
code_test_util.py | ||
code_test.py | ||
code.py | ||
sapi_generator.py |