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_translation_unit.py
Age
Commit message (
Expand
)
Author
2013-03-19
cindex.py: Handle NULL pointers when parsing translation units
Tobias Grosser
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-05-08
[clang.py] TranslationUnit API improvements
Gregory Szorc
2011-07-06
Improve the Python bindings for libclang in a few ways, from Eli
Douglas Gregor
2011-02-05
python bindings: Add support for translationUnit.reparse().
Tobias Grosser
2011-02-05
python bindings: Include local headers the right way.
Tobias Grosser
2010-02-13
cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!
Daniel Dunbar
2010-01-25
cindex/Python: Support file objects as unsaved_files, albeit inefficiently.
Daniel Dunbar
2010-01-25
cindex/Python: Implement support for unsaved/remapped files.
Daniel Dunbar
2010-01-25
cindex/Python: Fix/simplify Index.parse() passing command line arguments.
Daniel Dunbar
2010-01-24
cindex/Python: Move Cursor.is_ methods to CursorKind, and add test.
Daniel Dunbar
2010-01-24
cindex/Python: Convert CXString objects to regular Python strings below API.
Daniel Dunbar
2010-01-24
cindex/Python: Add TranslationUnit.cursor.
Daniel Dunbar
2010-01-24
Initial checkin of CIndex Python bindings, by Andrew Sutton!
Daniel Dunbar