Feature request: expose getOpcode through Python bindings #85549
Labels
clang:as-a-library
libclang and C++ API
enhancement
Improving things as opposed to bug fixing, e.g. new or missing feature
Hello,
I'm using clang and the Python bindings to perform some automated code analysis .
I ran into the issue where I cannot differentiate between the different Binary Operations using just the available bindings.
I am working on creating a custom binding for this but an exposed binding in the clang package would be cleaner (and probably more efficient).
The text was updated successfully, but these errors were encountered: