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
*
[python] [tests] Support overriding library path via environment
Michal Gorny
2018-10-11
1
-0
/
+5
*
[bindings] Fix most Python binding unittests on Windows
Jonathan Coe
2018-06-21
1
-2
/
+2
*
[python bindings] Fix Cursor.result_type for ObjC method declarations - Bug 3...
Jonathan Coe
2018-04-22
1
-0
/
+12
*
Remove duplicate python libclang changes from r320748
Alex Lorenz
2017-12-14
1
-11
/
+0
*
[libclang] Add support for checking abstractness of records
Alex Lorenz
2017-12-14
1
-0
/
+22
*
[python] [tests] Rewrite to use standard unittest module
Michal Gorny
2017-11-10
1
-477
/
+481
*
[libclang] Add support for querying cursor availability
Jonathan Coe
2017-10-16
1
-0
/
+25
*
[libclang] Visit attributes for function and class templates
Jonathan Coe
2017-10-16
1
-0
/
+20
*
[libclang] Keep track of TranslationUnit instance when annotating tokens
Jonathan Coe
2017-09-21
1
-0
/
+22
*
[libclang] Support for querying whether an enum is scoped
Alex Lorenz
2017-07-12
1
-0
/
+16
*
Revert r307769 (Forgot to mention the name of the contributor).
Alex Lorenz
2017-07-12
1
-16
/
+0
*
[libclang] Support for querying whether an enum is scoped
Alex Lorenz
2017-07-12
1
-0
/
+16
*
[libclang] Fix python tests
Sergey Kalinichev
2016-12-03
1
-1
/
+1
*
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