- 74bb710 [clang.py] Implement SourceLocation.from_offset by Gregory Szorc · 12 years ago
- e65b34d [clang.py] Implement Cursor.is_static_method by Gregory Szorc · 12 years ago
- 39a03d1 Fix typo "CursorKind.CONDITONAL_OPERATOR" in Python bindings, from Manish Verma! by Douglas Gregor · 12 years ago
- a63ef1f [clang.py] Store reference to TranslationUnit in Cursor and Type by Gregory Szorc · 12 years ago
- 2c40835 [clang.py] Implement Cursor.canonical by Gregory Szorc · 13 years ago
- 1e370ab [clang.py] Implement Cursor.result_type by Gregory Szorc · 13 years ago
- 2283b46 [clang.py] Followup to TranslationUnit refactor by Gregory Szorc · 13 years ago
- fd04a6a [clang.py] Remove trailing whitespace from recent commits by Gregory Szorc · 13 years ago
- fbf620b [clang.py] TranslationUnit API improvements by Gregory Szorc · 13 years ago
- 667fd80 - Adding lexical_parent and semantic_parent properties to clang.cindex.Cursor by Manuel Klimek · 13 years ago
- 228e570 [python] Add testcase for annotation cursor by Anders Waldenborg · 13 years ago
- bbc2e09 [python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValue by Anders Waldenborg · 13 years ago
- 51c8bac [python] Add testcase for enum with specified underlaying type by Anders Waldenborg · 13 years ago
- 5b82b96 [python] Run tests for c++ with std=c++11 by Anders Waldenborg · 13 years ago
- e1f61c0 [python] Fix warning in c-code inside testcase by Anders Waldenborg · 13 years ago
- 6e67eed [clang.py] Implement TypeKind.spelling by Gregory Szorc · 13 years ago
- 5cc6787 [clang.py] Implement Cursor.objc_type_encoding by Gregory Szorc · 13 years ago
- 1f1988f [clang.py] Refactor get_tu and get_cursor test helper functions into util.py by Gregory Szorc · 13 years ago
- 9d008fd [clang.py] Return bool from Cursor.__eq__ by Gregory Szorc · 13 years ago
- e75f330 [clang.py] Test Cursor.__ne__ by Gregory Szorc · 13 years ago
- 8261345 [clang.py] Format and add documention for Type by Gregory Szorc · 13 years ago
- 0e1f4f8 [clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qualified by Gregory Szorc · 13 years ago
- 826fce5 [clang.py] Implement Type.argument_types() by Gregory Szorc · 13 years ago
- 7eb691a [clang.py] Implement Type.__eq__ and Type.__ne__ by Gregory Szorc · 13 years ago
- 31cc38c [clang.py] Implement Type.is_function_variadic by Gregory Szorc · 13 years ago
- bf8ca00 [clang.py] Implement Type.element_count by Gregory Szorc · 13 years ago
- 8605760 [clang.py] Implement Type.element_type by Gregory Szorc · 13 years ago
- 96ad633 [clang.py] Implement Type.is_pod by Gregory Szorc · 13 years ago
- 2d10680 [clang.py] Change type -> Type by Tobias Grosser · 13 years ago
- eb9ff2e [clang.py] Implement Cursor.enum_type by Tobias Grosser · 13 years ago
- 28d939f [clang.py] Implement Cursor.underlying_typedef_type by Tobias Grosser · 13 years ago
- 250d217 [clang.py] add TypeKind.VECTOR by Tobias Grosser · 13 years ago
- eb13634 [clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed} by Tobias Grosser · 13 years ago
- 64e7bdc [clang.py] Implement Cursor.hash by Tobias Grosser · 13 years ago
- ea40382 [clang.py] Expose diagnostic category and option info to Python binding by Tobias Grosser · 13 years ago
- 7485833 [clang.py] Implement __eq__ and __ne__ on SourceLocation and SourceRange by Tobias Grosser · 13 years ago
- bf3cc73 Add CXX_FINAL_ATTR, CXX_OVERRIDE_ATTR, ANNOTATE_ATTR and ASM_LABEL_ATTR to the by Rafael Espindola · 13 years ago
- ffbe9b9 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. by Benjamin Kramer · 13 years ago
- ba5d10b cindex.py: Remove more ternary operator + whitespace fixes by Tobias Grosser · 13 years ago
- 8198288 clang.py: Remove use of ternary operators by Tobias Grosser · 13 years ago
- 58ba8c9 cindex.py: Allow to create a cursor from file/row/column by Tobias Grosser · 13 years ago
- a9ea5df cindex.py: Add File.create_from_name() by Tobias Grosser · 13 years ago
- 13102ff Add support for constant arrays, from Anders Waldenborg!. by Douglas Gregor · 13 years ago
- 38d2d55 Add TypeKind.CONSTANTARRAY, from Anders Waldenborg! by Douglas Gregor · 13 years ago
- 9d342ab Fix error message for unknown type kind, from Anders Waldenborg! by Douglas Gregor · 13 years ago
- 2abfec3 This new field was introduced in clang-c in r141277 by Douglas Gregor · 13 years ago
- 42b2984 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 13 years ago
- 888982e Update python testcase for GNU old-style field designator warning, by Douglas Gregor · 13 years ago
- b60a2be Add support for Cursor.displayname in python bindings, from Anders Waldenborg! by Douglas Gregor · 13 years ago
- 6b04623 [python] Fix bug of the SourceLocation binding. Patch by Anders Waldenborg! by Argyrios Kyrtzidis · 13 years ago
- 2312f5f [python] Add test_type.py by Anders Waldenborg, which I forgot to commit in r137797. by Argyrios Kyrtzidis · 13 years ago
- d7933e6 [python] Add support for CXType to python bindings. Patch by Anders Waldenborg! by Argyrios Kyrtzidis · 13 years ago
- 8be80e1 Improve the Python bindings for libclang in a few ways, from Eli by Douglas Gregor · 13 years ago
- a87dbcc python bindings: Add support for different kind of completion chunks by Tobias Grosser · 14 years ago
- 6d2a40c python bindings: Get the string representation of a CompletionChunk by Tobias Grosser · 14 years ago
- 0a16680 python bindings: Add CodeCompletionResults by Tobias Grosser · 14 years ago
- 265e6b2 python bindings: Add support for translationUnit.reparse(). by Tobias Grosser · 14 years ago
- 88f9c6c python bindings: Include local headers the right way. by Tobias Grosser · 14 years ago
- f784ff0 python bindings: Remove unneeded instruction by Tobias Grosser · 14 years ago
- f498e00 python bindings: fix Diagnostics.range iterator by Tobias Grosser · 14 years ago
- ff090ca python bindings: Use python Diagnostics as function arguments by Tobias Grosser · 14 years ago
- 4ed73ce python bindings: Synchronize cursor kinds by Tobias Grosser · 14 years ago
- f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 15 years ago
- 1d02ccd Rename the new Iterator objects and raise an assertion instead of returning invalid objects when the key is out of range. by Benjamin Kramer · 15 years ago
- 3b0cf09 Update the python bindings for recent changes in the CIndex API. by Benjamin Kramer · 15 years ago
- d52864b CIndex: Switch CXSourceRange to proper half-open intervals. by Daniel Dunbar · 15 years ago
- 8bb44d5 cindex/Python: Fix cindex-{dump,includes} examples to just pass all args by Daniel Dunbar · 15 years ago
- ef7f798 cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton! by Daniel Dunbar · 15 years ago
- b51abe9 cindex/Python: Update for clang_getDiagnosticRange... API changes. by Daniel Dunbar · 15 years ago
- 8958dc9 cindex/Python: Turn off showing IDs by default, they are really slow to compute by Daniel Dunbar · 15 years ago
- 6d32cb8 cindex/Python: Add a simple example which dumps assorted information about a translation unit. by Daniel Dunbar · 15 years ago
- 532fc63 cindex/Python: Add full support for Diagnostic and FixIt objects, available via TranslationUnit.diagnostics. by Daniel Dunbar · 15 years ago
- e32af42 cindex/Python: Update SourceLocation and SourceRange structures to match API changes. by Daniel Dunbar · 15 years ago
- 2791dfc cindex/Python: Update Index.create for removal of displayDiagnostics. by Daniel Dunbar · 15 years ago
- 3239a67 cindex/Python: Update to support _getInstantiationLocation's new offset value. by Daniel Dunbar · 15 years ago
- 061bae9 cindex/Python: Move translation unit load functions to Index, there isn't a good reason to have separate static methods for this. by Daniel Dunbar · 15 years ago
- db59a77 cindex/Python: Support file objects as unsaved_files, albeit inefficiently. by Daniel Dunbar · 15 years ago
- 90859ae cindex/Python: Add Cursor test. by Daniel Dunbar · 15 years ago
- 5b534f6 cindex/Python: Implement support for unsaved/remapped files. by Daniel Dunbar · 15 years ago
- 1f8d7f9 cindex/Python: Fix/simplify Index.parse() passing command line arguments. by Daniel Dunbar · 15 years ago
- 4efd632 cindex/Python: Update comments, add module docstrings, add LLVM headers. by Daniel Dunbar · 15 years ago
- a6a6499 cindex/Python: Move Cursor.is_ methods to CursorKind, and add test. by Daniel Dunbar · 15 years ago
- 12bf15c cindex/Python: Implement explicit objects for CursorKind enumeration values. by Daniel Dunbar · 15 years ago
- f869083 cindex/Python: Fetch SourceLocation instantiation location information on lazily, it isn't free. by Daniel Dunbar · 15 years ago
- 3d855f8 cindex/Python: Add Cursor.get_usr(). by Daniel Dunbar · 15 years ago
- fb8ae17 cindex/Python: Return null cursors as None instead of exposing this notion. by Daniel Dunbar · 15 years ago
- a33dca4 cindex/Python: Convert CXString objects to regular Python strings below API. by Daniel Dunbar · 15 years ago
- be0b555 Simplify. by Daniel Dunbar · 15 years ago
- 0263a1e cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit the API. by Daniel Dunbar · 15 years ago
- de3b8e5 cindex/Python: Add Cursor.get_children() by Daniel Dunbar · 15 years ago
- 2c7bcaa cindex/Python: Remove Declaration class, this has been removed from the API. by Daniel Dunbar · 15 years ago
- 149f38a cindex/Python: Eliminate Entity class, it has been removed from CIndex. by Daniel Dunbar · 15 years ago
- 99d593e Simplify. by Daniel Dunbar · 15 years ago
- 1b945a7 cindex/Python: Add TranslationUnit.cursor. by Daniel Dunbar · 15 years ago
- 7b48b35 cindex/Python: Tweak Source{Location,Range} - Add __repr__ on SourceLocation. by Daniel Dunbar · 15 years ago
- aa22984 cindex/Python: Make Cursor.is_... functions not properties. by Daniel Dunbar · 15 years ago
- 30c0f26 Initial checkin of CIndex Python bindings, by Andrew Sutton! by Daniel Dunbar · 15 years ago