]> granicus.if.org Git - clang/commit
cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!
authorDaniel Dunbar <daniel@zuster.org>
Sat, 13 Feb 2010 18:33:18 +0000 (18:33 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 13 Feb 2010 18:33:18 +0000 (18:33 +0000)
commitef7f798c0921cde7e665935a5630578cc1065e0f
treecf30aae9ac2c1e83a2384280f8dbbb41e1ff930d
parentb51abe9b5f76e5d06d348c8ef2d0a7cd9d797b58
cindex/Python: Add TranslationUnit.get_includes, patch by Andrew Sutton!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96106 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
bindings/python/examples/cindex/cindex-includes.py [new file with mode: 0644]
bindings/python/tests/cindex/INPUTS/header1.h [new file with mode: 0644]
bindings/python/tests/cindex/INPUTS/header2.h [new file with mode: 0644]
bindings/python/tests/cindex/INPUTS/header3.h [new file with mode: 0644]
bindings/python/tests/cindex/INPUTS/include.cpp [new file with mode: 0644]
bindings/python/tests/cindex/test_translation_unit.py