aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/tests/cindex/test_type.py
AgeCommit message (Expand)Author
2013-04-11[libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis
2012-05-15[clang.py] Store reference to TranslationUnit in Cursor and TypeGregory Szorc
2012-05-02[python] Fix warning in c-code inside testcaseAnders Waldenborg
2012-04-15[clang.py] Implement TypeKind.spellingGregory Szorc
2012-03-10[clang.py] Refactor get_tu and get_cursor test helper functions into util.pyGregory Szorc
2012-02-20[clang.py] Format and add documention for TypeGregory Szorc
2012-02-20[clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qual...Gregory Szorc
2012-02-20[clang.py] Implement Type.argument_types()Gregory Szorc
2012-02-20[clang.py] Implement Type.__eq__ and Type.__ne__Gregory Szorc
2012-02-19[clang.py] Implement Type.is_function_variadicGregory Szorc
2012-02-17[clang.py] Implement Type.element_countGregory Szorc
2012-02-17[clang.py] Implement Type.element_typeGregory Szorc
2012-02-05[clang.py] Implement Type.is_podGregory Szorc
2011-10-19 Add support for constant arrays, from Anders Waldenborg!.Douglas Gregor
2011-10-19Add TypeKind.CONSTANTARRAY, from Anders Waldenborg!Douglas Gregor
2011-08-17[python] Add test_type.py by Anders Waldenborg, which I forgot to commit in r...Argyrios Kyrtzidis