davidmalcolm / gcc-python-plugin

GCC plugin that embeds CPython inside the compiler
GNU General Public License v3.0
199 stars 58 forks source link

undocumented fields of IntegerType #71

Closed davidmalcolm closed 7 years ago

davidmalcolm commented 7 years ago

At least the min_value and max_value fields of IntegerType are undocumented. I think there are more fields that aren't documented but I didn't do an exhaustive check.

davidmalcolm commented 7 years ago

Imported from trac issue 31. Created by tromey on 2012-01-23T09:10:08, last modified: 2015-11-21T22:25:49

davidmalcolm commented 7 years ago

Trac comment by tromey on 2012-01-24 15:50:45:

I looked and these are the only missing ones. Some other fields are documented later in the manual, not right next to IntegerType (e.g., search for "volatile" in tree.rst). I find this a bit hard to discover, but I am not sure what to do about it.

davidmalcolm commented 7 years ago

Trac comment by dmalcolm on 2012-02-01 20:47:36:

Fixed the specific examples in b6d86c290176be95b81a96ba357e64db9e1e74f4 (thanks for the patch!).

davidmalcolm commented 7 years ago

Trac comment by tromey on 2015-11-21 22:25:49:

This was fixed on github.