History log of /external/clang/bindings/python/tests/cindex/test_cursor.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be51e43ba2c57b8032286af4e8713485b6dc78c3 12-Jul-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Implement Token API

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160111 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
e65b34deb1f8f7c80765f1c00476e7609bb9eada 09-Jun-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Implement Cursor.is_static_method

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158277 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
a63ef1f63f9c2ae847fac25534c9e1a214efabbc 15-May-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Store reference to TranslationUnit in Cursor and Type

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156846 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
2c40835c21cd435f183da3d4754aff6beeaef9f6 14-May-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Implement Cursor.canonical

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156753 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
1e370ab68e5b69fc40a782ee5ce01ec2c6857879 14-May-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Implement Cursor.result_type

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156752 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
fd04a6a88255ce3a90e5f73aef69c08bb5a35677 08-May-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Remove trailing whitespace from recent commits

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156373 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
667fd80de4c3b7b143ba98a3b73e9b9b200f6af0 07-May-2012 Manuel Klimek <klimek@google.com> - Adding lexical_parent and semantic_parent properties to clang.cindex.Cursor
- Two new tests (one for each property), require libclang built from r155858 or later to pass
- New test utility function (get_cursors) that gets all the nodes with a specific spelling.

Patch by Evan Pipho.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156286 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
228e5703a69dbbfdb481fee0e2e4edad8f92e5fe 02-May-2012 Anders Waldenborg <anders@0x63.nu> [python] Add testcase for annotation cursor


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156022 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
bbc2e090996cdf51f0e7a4235f6e0ca65c95d514 02-May-2012 Anders Waldenborg <anders@0x63.nu> [python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValue


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156017 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
51c8bac81e103f334f0dafb1bf2d4c335ac3a28b 02-May-2012 Anders Waldenborg <anders@0x63.nu> [python] Add testcase for enum with specified underlaying type


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156009 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
5cc6787b1ce76fc3b6e5fc6c2729f0dbfaf6c749 10-Mar-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Implement Cursor.objc_type_encoding

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152513 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
1f1988fe75f27548459cabee2ea6162cbfd9add2 10-Mar-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Refactor get_tu and get_cursor test helper functions into util.py

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152510 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
e75f33063e72f4ca87b8ba17580d5ca4c90d9e80 26-Feb-2012 Gregory Szorc <gregory.szorc@gmail.com> [clang.py] Test Cursor.__ne__

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151504 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
eb9ff2ea9ed829809cb177e74238301cfc2750ca 05-Feb-2012 Tobias Grosser <grosser@fim.uni-passau.de> [clang.py] Implement Cursor.enum_type

Contributed by: Gregory Szorc <gregory.szorc@gmail.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149830 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
28d939ffd6877f8a2c6a5b6704df792319f3878e 05-Feb-2012 Tobias Grosser <grosser@fim.uni-passau.de> [clang.py] Implement Cursor.underlying_typedef_type

Contributed by: Gregory Szorc <gregory.szorc@gmail.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149829 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
64e7bdc1d4c8c2f40f32e699014e85fbe1be57f7 05-Feb-2012 Tobias Grosser <grosser@fim.uni-passau.de> [clang.py] Implement Cursor.hash

Contributed by: Gregory Szorc <gregory.szorc@gmail.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149826 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
b60a2bebb5f3048f6c53d4f3997ebd84493a2d98 30-Aug-2011 Douglas Gregor <dgregor@apple.com> Add support for Cursor.displayname in python bindings, from Anders Waldenborg!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138785 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
d7933e6f29b4c93df8263df21ff5e2e1dd0cecb8 17-Aug-2011 Argyrios Kyrtzidis <akyrtzi@gmail.com> [python] Add support for CXType to python bindings.
Patch by Anders Waldenborg!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137797 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
2791dfc0fcbff64dbdaccde433b75c7226528b8d 31-Jan-2010 Daniel Dunbar <daniel@zuster.org> cindex/Python: Update Index.create for removal of displayDiagnostics.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94931 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py
90859ae3b6acbdc48113cddb95984e3472a51772 25-Jan-2010 Daniel Dunbar <daniel@zuster.org> cindex/Python: Add Cursor test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94397 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/bindings/python/tests/cindex/test_cursor.py