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
*
[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
*
Comment parsing: remove HTML attribute validation
Dmitri Gribenko
2014-04-30
1
-1
/
+3
*
Fix the method len of the CompletionString object. Patch by Christopher Greene
Sylvestre Ledru
2014-04-27
1
-1
/
+1
*
bindings: expose C++ access specifiers
Saleem Abdulrasool
2014-04-25
2
-0
/
+93
*
Comment parsing: in the generated XML file, mark HTML that is safe to pass
Dmitri Gribenko
2014-04-22
1
-0
/
+6
*
cindex.py: Avoid deprecated function
Alp Toker
2014-04-20
1
-4
/
+4
*
Use the correct symbol for a left bracket.
Bill Wendling
2014-03-14
1
-1
/
+1
*
[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
2
-0
/
+34
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Documentation parsing: add support for \throws \throw \exception commands
Dmitri Gribenko
2013-11-12
1
-1
/
+11
*
[libclang/python] Add __contains__ to SourceRange class.
Argyrios Kyrtzidis
2013-10-31
1
-0
/
+23
*
[libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...
Argyrios Kyrtzidis
2013-10-11
1
-5
/
+60
*
[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
2
-0
/
+46
*
[libclang] Introduce clang_Type_getClassType which returns the class type of ...
Argyrios Kyrtzidis
2013-10-03
1
-0
/
+12
*
[libclang] python: fix return type of clang_Type_getSizeOf().
Argyrios Kyrtzidis
2013-09-25
1
-1
/
+1
*
[libclang] Provide location for attributes and expose 'packed' attribute.
Argyrios Kyrtzidis
2013-09-25
1
-0
/
+1
*
[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
2
-2
/
+13
*
Comment parsing: allow "\param ..." to describe variadic arguments
Dmitri Gribenko
2013-06-24
1
-3
/
+8
*
[libclang/python] Add a few "cursor kinds" that were missing in the python bi...
Argyrios Kyrtzidis
2013-06-11
2
-5
/
+45
*
libclang: add a function to check whether a member function is pure virtual
Dmitri Gribenko
2013-05-17
1
-0
/
+4
*
Fix return type of isBitfield in the binding definition
Dmitri Gribenko
2013-04-21
1
-1
/
+1
*
[libclang] Expose record layout info via new libclang functions:
Argyrios Kyrtzidis
2013-04-11
3
-2
/
+115
*
cindex.py: Handle NULL pointers when parsing translation units
Tobias Grosser
2013-03-19
2
-2
/
+19
*
doxygen command. Add 'attention' command to list of similar
Fariborz Jahanian
2013-02-26
1
-0
/
+1
*
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-02-01
1
-0
/
+23
*
Fix indent
Dmitri Gribenko
2013-02-01
1
-1
/
+1
*
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-31
1
-0
/
+29
*
[cindex.py]: Use spaces instead of tabs
Tobias Grosser
2013-01-20
1
-3
/
+3
*
[cindex.py] Add cache for CompletionChunk spellings
Tobias Grosser
2013-01-19
1
-0
/
+29
*
[cindex.py] Replace CachedProperty with our own implementation
Tobias Grosser
2013-01-19
1
-3
/
+9
*
[cindex.py]: Speed up lookup of the completion kind
Tobias Grosser
2013-01-19
1
-7
/
+11
[next]