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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[python bindings] Expose cursor.referenced (clang_getCursorReferenced).
Argyrios Kyrtzidis
2013-01-02
2
-0
/
+20
*
Fix a copypasto bug. Also rename the parameter in question to not shadow the
Matt Beaumont-Gay
2012-12-11
1
-3
/
+3
*
[clang.py] Add Cursor.get_arguments()
Gregory Szorc
2012-11-01
2
-0
/
+24
*
[Doc parsing]: This patch adds <Declaration> tag to
Fariborz Jahanian
2012-10-17
1
-0
/
+28
*
Python bindings: fix typo.
Benjamin Kramer
2012-10-07
1
-1
/
+1
*
Python bindings: Add missing availability kind.
Benjamin Kramer
2012-10-07
2
-9
/
+50
*
Comment to XML conversion: escape XML special chars correctly; use correct
Dmitri Gribenko
2012-10-03
1
-47
/
+53
*
[Doc parse]: SUpport for message in deprecated/unavailable
Fariborz Jahanian
2012-10-02
1
-2
/
+6
*
[Doc parsing]: Add available and deprecated attribute info
Fariborz Jahanian
2012-10-02
1
-3
/
+19
*
availability in structured documents. Takes
Fariborz Jahanian
2012-10-01
1
-2
/
+2
*
Comment XML schema: correct indentation.
Dmitri Gribenko
2012-09-29
1
-2
/
+2
*
[Doc parsing] Add availability information to generated Comment XML.
Fariborz Jahanian
2012-09-28
1
-0
/
+36
*
Fix cindex.py compatibility with older libclang.so
Dmitri Gribenko
2012-09-22
1
-1
/
+10
*
Add bindings for clang_getCompletionBriefComment to cindex.py.
Dmitri Gribenko
2012-09-15
2
-2
/
+63
*
Comment to XML conversion: we try not to emit empty <Discussion> elements, but
Dmitri Gribenko
2012-09-13
1
-2
/
+2
*
[cindex.py] Make the use of a compatibilty check explicit
Tobias Grosser
2012-09-05
1
-4
/
+31
*
[cindex.py] Allow to configure the path of libclang
Tobias Grosser
2012-09-03
1
-134
/
+189
*
[cindex.py] Add helper to initialize libclang functions
Tobias Grosser
2012-09-01
1
-385
/
+533
*
[cindex.py] Cache the number of chunks in CompletionString
Tobias Grosser
2012-08-20
1
-1
/
+5
*
[cindex.py] Add CachedProperty to CompletionChunk
Tobias Grosser
2012-08-19
1
-3
/
+3
*
[clang.py] Add CachedProperty decorator
Gregory Szorc
2012-08-19
1
-0
/
+25
*
[cindex.py] Use spaces, not tabs for indentation
Tobias Grosser
2012-08-18
1
-1
/
+1
*
[cindex.py] Dispose code completion results properly
Tobias Grosser
2012-08-18
1
-1
/
+1
[next]