index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings
/
python
/
tests
/
cindex
/
test_type.py
Age
Commit 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 Type
Gregory Szorc
2012-05-02
[python] Fix warning in c-code inside testcase
Anders Waldenborg
2012-04-15
[clang.py] Implement TypeKind.spelling
Gregory Szorc
2012-03-10
[clang.py] Refactor get_tu and get_cursor test helper functions into util.py
Gregory Szorc
2012-02-20
[clang.py] Format and add documention for Type
Gregory 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_variadic
Gregory Szorc
2012-02-17
[clang.py] Implement Type.element_count
Gregory Szorc
2012-02-17
[clang.py] Implement Type.element_type
Gregory Szorc
2012-02-05
[clang.py] Implement Type.is_pod
Gregory Szorc
2011-10-19
Add support for constant arrays, from Anders Waldenborg!.
Douglas Gregor
2011-10-19
Add 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