MANIFEST.in
README-clang.txt
README.txt
pytest.ini
setup.cfg
setup.py
clang/__init__.py
clang/cindex.py
clang/enumerations.py
clang.egg-info/PKG-INFO
clang.egg-info/SOURCES.txt
clang.egg-info/dependency_links.txt
clang.egg-info/top_level.txt
examples/cindex/cindex-dump.py
examples/cindex/cindex-includes.py
tests/__init__.py
tests/cindex/__init__.py
tests/cindex/test_access_specifiers.py
tests/cindex/test_cdb.py
tests/cindex/test_code_completion.py
tests/cindex/test_comment.py
tests/cindex/test_cursor.py
tests/cindex/test_cursor_kind.py
tests/cindex/test_diagnostics.py
tests/cindex/test_exception_specification_kind.py
tests/cindex/test_file.py
tests/cindex/test_index.py
tests/cindex/test_linkage.py
tests/cindex/test_location.py
tests/cindex/test_tls_kind.py
tests/cindex/test_token_kind.py
tests/cindex/test_tokens.py
tests/cindex/test_translation_unit.py
tests/cindex/test_type.py
tests/cindex/util.py
tests/cindex/INPUTS/compile_commands.json
tests/cindex/INPUTS/header1.h
tests/cindex/INPUTS/header2.h
tests/cindex/INPUTS/header3.h
tests/cindex/INPUTS/hello.cpp
tests/cindex/INPUTS/include.cpp
tests/cindex/INPUTS/parse_arguments.c