index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix __repr__ for Diagnostic in clang.cindex
Jonathan Coe
2017-09-06
3
-5
/
+11
*
[libclang] Support for querying whether an enum is scoped
Alex Lorenz
2017-07-12
2
-0
/
+25
*
Revert r307769 (Forgot to mention the name of the contributor).
Alex Lorenz
2017-07-12
2
-25
/
+0
*
[libclang] Support for querying whether an enum is scoped
Alex Lorenz
2017-07-12
2
-0
/
+25
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-03
1
-1
/
+1
*
[libclang] Support for querying the exception specification type through libc...
Jonathan Coe
2017-06-27
2
-0
/
+71
*
[libclang] Expose typedef and address space functions
Sven van Haastregt
2017-06-08
2
-0
/
+28
*
[libclang] [OpenCL] Expose more OpenCL CIndex types
Sven van Haastregt
2017-05-23
1
-0
/
+41
*
Add Python 3 support to clang.cindex
Jonathan Coe
2017-04-20
3
-35
/
+92
*
[libclang] [OpenCL] Expose half type.
Joey Gouly
2017-02-10
1
-0
/
+1
*
Fix Python 3 language issues and add an explicit check for Python version == 2.
Jonathan Coe
2017-01-17
2
-9
/
+17
*
Revert "Support for Python 3 in libclang python bindings"
Jonathan Coe
2017-01-13
2
-97
/
+56
*
[libclang] Fix python tests
Sergey Kalinichev
2016-12-03
2
-2
/
+2
*
[python bindings] Expose CXCursor_FriendDecl as CursorKind.FRIEND_DECL
Olivier Goffart
2016-11-04
1
-0
/
+2
*
Support for Python 3 in libclang python bindings
Jonathan Coe
2016-11-03
2
-56
/
+97
*
[libclang] Add missing cursor kinds to python bindings.
Igor Kudrin
2016-10-18
1
-0
/
+128
*
[libclang] Fix a failure in a test for python bindings on CursorKind.OVERLOAD...
Igor Kudrin
2016-10-18
1
-1
/
+2
*
bindings: expose diagnostic formatting to Python
Saleem Abdulrasool
2016-08-11
1
-0
/
+33
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+1
*
[libclang] Expose the ElaboratedType
Sergey Kalinichev
2016-05-03
1
-0
/
+12
*
python: add bindings for children of diagnostics
Saleem Abdulrasool
2016-04-30
2
-0
/
+44
*
Expose cxx constructor and method properties through libclang and python bind...
Jonathan Coe
2016-04-27
2
-0
/
+128
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-1
/
+0
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+1
*
libclang python bindings: Fix for bug 26394
Jonathan Coe
2016-03-10
1
-1
/
+1
*
python binding: expose compile command filename
Guillaume Papin
2016-03-07
2
-5
/
+22
*
libclang: expose dllexport, dllimport attributes
Saleem Abdulrasool
2015-12-10
1
-0
/
+3
*
[libclang] Visit TypeAliasTemplateDecl
Sergey Kalinichev
2015-11-15
2
-1
/
+3
*
[libclang] Expose AutoType
Sergey Kalinichev
2015-11-15
1
-0
/
+1
*
Index: expose is_mutable_field
Saleem Abdulrasool
2015-10-27
2
-0
/
+25
*
bindings: add new C++ function attribute accessors
Saleem Abdulrasool
2015-10-12
2
-0
/
+67
*
Index: expose visibility attribute
Saleem Abdulrasool
2015-09-05
1
-0
/
+2
*
[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
2
-6
/
+55
*
This reverts commit r227432, r227438 and r227448.
Rafael Espindola
2015-01-29
2
-55
/
+6
*
libclang: Add three functions useful for dealing with anonymous fields:
Francois Pichet
2015-01-29
2
-6
/
+55
*
[libclang] Add function to retrieve storage class in libclang.
Argyrios Kyrtzidis
2014-10-15
1
-0
/
+61
*
Add libclang capabilities to retriete template arguments from specializations.
Eli Bendersky
2014-10-10
2
-106
/
+142
*
Expose the CUDA shared attribute to the C API.
Eli Bendersky
2014-08-08
1
-0
/
+1
*
Expose the name mangling C API to Python bindings.
Eli Bendersky
2014-08-05
2
-0
/
+27
*
Reformat docstring to 80-col
Eli Bendersky
2014-07-31
1
-3
/
+3
*
cindex.py: remove obsolete workaround and FIXME
Alp Toker
2014-06-22
1
-4
/
+0
*
Implement a convenience recursive walk method over a cursor and its descendants.
Eli Bendersky
2014-05-29
2
-29
/
+21
*
Expose CUDA function attributes to the C interface.
Eli Bendersky
2014-05-28
1
-0
/
+4
*
Trim trailing whitespace in cindex.py
Eli Bendersky
2014-05-28
1
-6
/
+6
*
cindex/test_cursor.py: no need to skip implicit decls in tests
Alp Toker
2014-05-21
1
-8
/
+1
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-2
/
+2
*
cindex-dump.py: fix the --show-ids description string
Alp Toker
2014-05-05
1
-1
/
+1
*
Fix cindex-dump.py --show-ids
Alp Toker
2014-05-05
1
-1
/
+1
*
[libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.
Joey Gouly
2014-05-01
1
-0
/
+3
[next]