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
Age
Commit message (
Expand
)
Author
2013-04-11
[libclang] Expose record layout info via new libclang functions:
Argyrios Kyrtzidis
2013-03-19
cindex.py: Handle NULL pointers when parsing translation units
Tobias Grosser
2013-01-02
[python bindings] Expose cursor.referenced (clang_getCursorReferenced).
Argyrios Kyrtzidis
2012-11-01
[clang.py] Add Cursor.get_arguments()
Gregory Szorc
2012-10-07
Python bindings: Add missing availability kind.
Benjamin Kramer
2012-09-15
Add bindings for clang_getCompletionBriefComment to cindex.py.
Dmitri Gribenko
2012-07-12
[clang.py] Implement Token API
Gregory Szorc
2012-07-12
[clang.py] Add TranslationUnit.get_{file,source_location,source_range}
Gregory Szorc
2012-07-10
[cindex.py] Make CompileCommand.arguments usage consistent with CompileComman...
Arnaud A. de Grandmaison
2012-07-09
[cindex.py] fix infinite iteration of compilation database CompileCommands
Arnaud A. de Grandmaison
2012-06-30
[cindex.py] Fix comments
Arnaud A. de Grandmaison
2012-06-30
[cindex.py] add CompilationDatabase support
Arnaud A. de Grandmaison
2012-06-11
[clang.py] Implement SourceLocation.from_offset
Gregory Szorc
2012-06-09
[clang.py] Implement Cursor.is_static_method
Gregory Szorc
2012-05-15
[clang.py] Store reference to TranslationUnit in Cursor and Type
Gregory Szorc
2012-05-14
[clang.py] Implement Cursor.canonical
Gregory Szorc
2012-05-14
[clang.py] Implement Cursor.result_type
Gregory Szorc
2012-05-08
[clang.py] Remove trailing whitespace from recent commits
Gregory Szorc
2012-05-08
[clang.py] TranslationUnit API improvements
Gregory Szorc
2012-05-07
- Adding lexical_parent and semantic_parent properties to clang.cindex.Cursor
Manuel Klimek
2012-05-02
[python] Add testcase for annotation cursor
Anders Waldenborg
2012-05-02
[python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValue
Anders Waldenborg
2012-05-02
[python] Add testcase for enum with specified underlaying type
Anders Waldenborg
2012-05-02
[python] Run tests for c++ with std=c++11
Anders Waldenborg
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] Implement Cursor.objc_type_encoding
Gregory Szorc
2012-03-10
[clang.py] Refactor get_tu and get_cursor test helper functions into util.py
Gregory Szorc
2012-02-26
[clang.py] Test Cursor.__ne__
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
2012-02-05
[clang.py] Implement Cursor.enum_type
Tobias Grosser
2012-02-05
[clang.py] Implement Cursor.underlying_typedef_type
Tobias Grosser
2012-02-05
[clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed}
Tobias Grosser
2012-02-05
[clang.py] Implement Cursor.hash
Tobias Grosser
2012-02-05
[clang.py] Expose diagnostic category and option info to Python binding
Tobias Grosser
2012-02-05
[clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRange
Tobias Grosser
2011-10-31
cindex.py: Allow to create a cursor from file/row/column
Tobias Grosser
2011-10-31
cindex.py: Add File.create_from_name()
Tobias Grosser
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-30
Update python testcase for GNU old-style field designator warning,
Douglas Gregor
2011-08-30
Add support for Cursor.displayname in python bindings, from Anders Waldenborg!
Douglas Gregor
2011-08-17
[python] Fix bug of the SourceLocation binding.
Argyrios Kyrtzidis
[next]