Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-05python bindings: Add support for different kind of completion chunksTobias Grosser
2011-02-05python bindings: Get the string representation of a CompletionChunkTobias Grosser
2011-02-05python bindings: Add CodeCompletionResultsTobias Grosser
2011-02-05python bindings: Add support for translationUnit.reparse().Tobias Grosser
2011-02-05python bindings: Include local headers the right way.Tobias Grosser
2011-02-05python bindings: Remove unneeded instructionTobias Grosser
2011-02-05python bindings: fix Diagnostics.range iteratorTobias Grosser
2011-02-05python bindings: Use python Diagnostics as function argumentsTobias Grosser
2011-02-05python bindings: Synchronize cursor kindsTobias Grosser
2010-05-01Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar
2010-03-06Rename the new Iterator objects and raise an assertion instead of returning i...Benjamin Kramer
2010-03-06Update the python bindings for recent changes in the CIndex API.Benjamin Kramer
2010-02-14CIndex: Switch CXSourceRange to proper half-open intervals.Daniel Dunbar
2010-02-13cindex/Python: Fix cindex-{dump,includes} examples to just pass all argsDaniel Dunbar
2010-02-13cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!Daniel Dunbar
2010-02-13cindex/Python: Update for clang_getDiagnosticRange... API changes.Daniel Dunbar
2010-01-31cindex/Python: Turn off showing IDs by default, they are really slow to computeDaniel Dunbar
2010-01-31cindex/Python: Add a simple example which dumps assorted information about a ...Daniel Dunbar
2010-01-31cindex/Python: Add full support for Diagnostic and FixIt objects, available v...Daniel Dunbar
2010-01-31cindex/Python: Update SourceLocation and SourceRange structures to match API ...Daniel Dunbar
2010-01-31cindex/Python: Update Index.create for removal of displayDiagnostics.Daniel Dunbar
2010-01-29cindex/Python: Update to support _getInstantiationLocation's new offset value.Daniel Dunbar
2010-01-25cindex/Python: Move translation unit load functions to Index, there isn't a g...Daniel Dunbar
2010-01-25cindex/Python: Support file objects as unsaved_files, albeit inefficiently.Daniel Dunbar
2010-01-25cindex/Python: Add Cursor test.Daniel Dunbar
2010-01-25cindex/Python: Implement support for unsaved/remapped files.Daniel Dunbar
2010-01-25cindex/Python: Fix/simplify Index.parse() passing command line arguments.Daniel Dunbar
2010-01-25cindex/Python: Update comments, add module docstrings, add LLVM headers.Daniel Dunbar
2010-01-25cindex/Python: Move Cursor.is_ methods to CursorKind, and add test.Daniel Dunbar
2010-01-25cindex/Python: Implement explicit objects for CursorKind enumeration values.Daniel Dunbar
2010-01-25cindex/Python: Fetch SourceLocation instantiation location information on laz...Daniel Dunbar
2010-01-25cindex/Python: Add Cursor.get_usr().Daniel Dunbar
2010-01-25cindex/Python: Return null cursors as None instead of exposing this notion.Daniel Dunbar
2010-01-25cindex/Python: Convert CXString objects to regular Python strings below API.Daniel Dunbar
2010-01-25Simplify.Daniel Dunbar
2010-01-25cindex/Python: Remove Cursor.file forwarding method, this doesn't really fit ...Daniel Dunbar
2010-01-24cindex/Python: Add Cursor.get_children()Daniel Dunbar
2010-01-24cindex/Python: Remove Declaration class, this has been removed from the API.Daniel Dunbar
2010-01-24cindex/Python: Eliminate Entity class, it has been removed from CIndex.Daniel Dunbar
2010-01-24Simplify.Daniel Dunbar
2010-01-24cindex/Python: Add TranslationUnit.cursor.Daniel Dunbar
2010-01-24cindex/Python: Tweak Source{Location,Range}Daniel Dunbar
2010-01-24cindex/Python: Make Cursor.is_... functions not properties.Daniel Dunbar
2010-01-24Initial checkin of CIndex Python bindings, by Andrew Sutton!Daniel Dunbar