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
/
cindex
/
test_cursor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose cxx constructor and method properties through libclang and python bind...
Jonathan Coe
2016-04-27
1
-0
/
+82
*
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
*
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
*
cindex/test_cursor.py: no need to skip implicit decls in tests
Alp Toker
2014-05-21
1
-8
/
+1
*
[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
*
[clang.py] Implement Token API
Gregory Szorc
2012-07-12
1
-0
/
+10
*
[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
1
-0
/
+23
*
[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
*
- Adding lexical_parent and semantic_parent properties to clang.cindex.Cursor
Manuel Klimek
2012-05-07
1
-0
/
+25
*
[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
*
[python] Add testcase for enum with specified underlaying type
Anders Waldenborg
2012-05-02
1
-0
/
+8
*
[clang.py] Implement Cursor.objc_type_encoding
Gregory Szorc
2012-03-10
1
-0
/
+7
*
[clang.py] Refactor get_tu and get_cursor test helper functions into util.py
Gregory Szorc
2012-03-10
1
-22
/
+12
*
[clang.py] Test Cursor.__ne__
Gregory Szorc
2012-02-26
1
-0
/
+1
*
[clang.py] Implement Cursor.enum_type
Tobias Grosser
2012-02-05
1
-0
/
+15
*
[clang.py] Implement Cursor.underlying_typedef_type
Tobias Grosser
2012-02-05
1
-0
/
+15
*
[clang.py] Implement Cursor.hash
Tobias Grosser
2012-02-05
1
-0
/
+1
*
Add support for Cursor.displayname in python bindings, from Anders Waldenborg!
Douglas Gregor
2011-08-30
1
-0
/
+2
*
[python] Add support for CXType to python bindings.
Argyrios Kyrtzidis
2011-08-17
1
-1
/
+3
*
cindex/Python: Update Index.create for removal of displayDiagnostics.
Daniel Dunbar
2010-01-30
1
-1
/
+1
*
cindex/Python: Add Cursor test.
Daniel Dunbar
2010-01-25
1
-0
/
+59