index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
bindings
/
python
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libclang] Expose typedef and address space functions
Sven van Haastregt
2017-06-08
1
-0
/
+17
*
Add Python 3 support to clang.cindex
Jonathan Coe
2017-04-20
1
-2
/
+5
*
Revert "Support for Python 3 in libclang python bindings"
Jonathan Coe
2017-01-13
1
-6
/
+2
*
[libclang] Fix python tests
Sergey Kalinichev
2016-12-03
2
-2
/
+2
*
Support for Python 3 in libclang python bindings
Jonathan Coe
2016-11-03
1
-2
/
+6
*
[libclang] Fix a failure in a test for python bindings on CursorKind.OVERLOAD...
Igor Kudrin
2016-10-18
1
-1
/
+2
*
python: add bindings for children of diagnostics
Saleem Abdulrasool
2016-04-30
1
-0
/
+12
*
Expose cxx constructor and method properties through libclang and python bind...
Jonathan Coe
2016-04-27
1
-0
/
+82
*
python binding: expose compile command filename
Guillaume Papin
2016-03-07
1
-5
/
+12
*
[libclang] Visit TypeAliasTemplateDecl
Sergey Kalinichev
2015-11-15
1
-0
/
+1
*
Index: expose is_mutable_field
Saleem Abdulrasool
2015-10-27
1
-0
/
+15
*
bindings: add new C++ function attribute accessors
Saleem Abdulrasool
2015-10-12
1
-0
/
+45
*
[libclang] Return deduced type for auto type, not the one written in the source.
Manuel Klimek
2015-09-03
1
-2
/
+2
*
[libclang] Add functions to get information about fields.
Argyrios Kyrtzidis
2015-04-13
1
-6
/
+15
*
This reverts commit r227432, r227438 and r227448.
Rafael Espindola
2015-01-29
1
-15
/
+6
*
libclang: Add three functions useful for dealing with anonymous fields:
Francois Pichet
2015-01-29
1
-6
/
+15
*
Add libclang capabilities to retriete template arguments from specializations.
Eli Bendersky
2014-10-10
1
-0
/
+44
*
Expose the name mangling C API to Python bindings.
Eli Bendersky
2014-08-05
1
-0
/
+14
*
Implement a convenience recursive walk method over a cursor and its descendants.
Eli Bendersky
2014-05-29
1
-29
/
+11
*
cindex/test_cursor.py: no need to skip implicit decls in tests
Alp Toker
2014-05-21
1
-8
/
+1
*
bindings: expose C++ access specifiers
Saleem Abdulrasool
2014-04-25
1
-0
/
+34
*
[libclang/python] Use a Python standard library module to create a temporary ...
Argyrios Kyrtzidis
2014-02-20
1
-9
/
+2
*
[libclang/python] Add CompilationDatabase.getAllCompileCommands to the python...
Argyrios Kyrtzidis
2013-12-20
1
-0
/
+21
*
[libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier.
Argyrios Kyrtzidis
2013-10-07
1
-0
/
+40
*
[libclang] python: expose a few functions, patch by Loïc Jaquemet!
Argyrios Kyrtzidis
2013-10-03
1
-0
/
+16
*
[libclang] Don't report a DecayedType as "unexposed", report it as the origin...
Argyrios Kyrtzidis
2013-09-16
1
-0
/
+10
*
[libclang] Expose the rest of the array types.
Argyrios Kyrtzidis
2013-07-23
1
-2
/
+10
*
[libclang/python] Add a few "cursor kinds" that were missing in the python bi...
Argyrios Kyrtzidis
2013-06-11
1
-2
/
+9
*
[libclang] Expose record layout info via new libclang functions:
Argyrios Kyrtzidis
2013-04-11
2
-2
/
+65
*
cindex.py: Handle NULL pointers when parsing translation units
Tobias Grosser
2013-03-19
1
-0
/
+17
*
[python bindings] Expose cursor.referenced (clang_getCursorReferenced).
Argyrios Kyrtzidis
2013-01-02
1
-0
/
+9
*
[clang.py] Add Cursor.get_arguments()
Gregory Szorc
2012-11-01
1
-0
/
+9
*
Python bindings: Add missing availability kind.
Benjamin Kramer
2012-10-07
1
-8
/
+48
*
Add bindings for clang_getCompletionBriefComment to cindex.py.
Dmitri Gribenko
2012-09-15
1
-0
/
+35
*
[clang.py] Implement Token API
Gregory Szorc
2012-07-12
4
-1
/
+128
*
[clang.py] Add TranslationUnit.get_{file,source_location,source_range}
Gregory Szorc
2012-07-12
1
-0
/
+66
*
[cindex.py] Make CompileCommand.arguments usage consistent with CompileComman...
Arnaud A. de Grandmaison
2012-07-10
1
-2
/
+2
*
[cindex.py] fix infinite iteration of compilation database CompileCommands
Arnaud A. de Grandmaison
2012-07-09
1
-0
/
+8
*
[cindex.py] Fix comments
Arnaud A. de Grandmaison
2012-06-30
1
-1
/
+1
*
[cindex.py] add CompilationDatabase support
Arnaud A. de Grandmaison
2012-06-30
2
-0
/
+98
*
[clang.py] Implement SourceLocation.from_offset
Gregory Szorc
2012-06-11
1
-0
/
+9
*
[clang.py] Implement Cursor.is_static_method
Gregory Szorc
2012-06-09
1
-0
/
+16
*
[clang.py] Store reference to TranslationUnit in Cursor and Type
Gregory Szorc
2012-05-15
2
-0
/
+47
*
[clang.py] Implement Cursor.canonical
Gregory Szorc
2012-05-14
1
-0
/
+12
*
[clang.py] Implement Cursor.result_type
Gregory Szorc
2012-05-14
1
-0
/
+8
*
[clang.py] Remove trailing whitespace from recent commits
Gregory Szorc
2012-05-08
1
-3
/
+3
*
[clang.py] TranslationUnit API improvements
Gregory Szorc
2012-05-08
2
-20
/
+87
*
- Adding lexical_parent and semantic_parent properties to clang.cindex.Cursor
Manuel Klimek
2012-05-07
2
-0
/
+54
*
[python] Add testcase for annotation cursor
Anders Waldenborg
2012-05-02
1
-0
/
+12
*
[python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValue
Anders Waldenborg
2012-05-02
1
-0
/
+37
[prev]
[next]