llvm-project/clang/bindings/python/tests/cindex
Sergey Kalinichev 8f3b187e21 [libclang] Visit TypeAliasTemplateDecl
This makes TypeAliasTemplateDecl accessible via LibClang and python bindings

Differential Revision: http://reviews.llvm.org/D13844

llvm-svn: 253166
2015-11-15 13:48:32 +00:00
..
INPUTS [cindex.py] add CompilationDatabase support 2012-06-30 11:28:04 +00:00
__init__.py
test_access_specifiers.py bindings: expose C++ access specifiers 2014-04-25 02:58:03 +00:00
test_cdb.py [libclang/python] Add CompilationDatabase.getAllCompileCommands to the python bindings. 2013-12-20 01:34:00 +00:00
test_code_completion.py Python bindings: Add missing availability kind. 2012-10-07 11:46:37 +00:00
test_comment.py [libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier. 2013-10-07 16:38:40 +00:00
test_cursor.py Index: expose is_mutable_field 2015-10-27 15:50:22 +00:00
test_cursor_kind.py [libclang] Visit TypeAliasTemplateDecl 2015-11-15 13:48:32 +00:00
test_diagnostics.py [clang.py] Refactor get_tu and get_cursor test helper functions into util.py 2012-03-10 22:19:05 +00:00
test_file.py
test_index.py
test_location.py [clang.py] Implement SourceLocation.from_offset 2012-06-11 11:11:48 +00:00
test_token_kind.py [clang.py] Implement Token API 2012-07-12 07:21:12 +00:00
test_tokens.py [clang.py] Implement Token API 2012-07-12 07:21:12 +00:00
test_translation_unit.py [libclang/python] Use a Python standard library module to create a temporary file. 2014-02-20 07:24:03 +00:00
test_type.py [libclang] Return deduced type for auto type, not the one written in the source. 2015-09-03 16:11:10 +00:00
util.py Implement a convenience recursive walk method over a cursor and its descendants. 2014-05-29 02:35:27 +00:00