I wasn't aware of the 3.0 branching when I posted some patches for the
python bindings to cfe-commits. I just want to make some
clarifications on the patches in the light of this. (I hope I got the
right code owners).
* [PATCH 1/4] [PYTHON] Add xdata field to Cursor structures.
This is a bugfix. Without this the python bindings are non functional
and basically crashes immediately.
* [PATCH 2/4] [PYTHON] Fix error message for unknown type kind.
This is a non-important bugfix. It is a copy-paste error giving a
confusing error message (for something that never should happen).
* [PATCH 3/4] [PYTHON] Add TypeKind.CONSTANTARRAY
This is a bugfix. Without this fix one get an exception when trying
to get the kind of a constantarray type object in python.
* [PATCH 4/4] [PYTHON] Add support for constant arrays.
This adds support for getting the element type and array size on
constant array type objects. So this is more of a new feature.
I wasn't aware of the 3.0 branching when I posted some patches for the
python bindings to cfe-commits. I just want to make some
clarifications on the patches in the light of this. (I hope I got the
right code owners).
* [PATCH 1/4] [PYTHON] Add xdata field to Cursor structures.
This is a bugfix. Without this the python bindings are non functional
and basically crashes immediately.
Okay. Bill, please merge Clang r142474 to the release branch.
* [PATCH 2/4] [PYTHON] Fix error message for unknown type kind.
This is a non-important bugfix. It is a copy-paste error giving a
confusing error message (for something that never should happen).
Not important for the release.
* [PATCH 3/4] [PYTHON] Add TypeKind.CONSTANTARRAY
This is a bugfix. Without this fix one get an exception when trying
to get the kind of a constantarray type object in python.
Okay. Bill, please merge Clang r142476 to the release branch.
* [PATCH 4/4] [PYTHON] Add support for constant arrays.
This adds support for getting the element type and array size on
constant array type objects. So this is more of a new feature.
Right. Not important for the release (but appreciated nonetheless )