]> granicus.if.org Git - clang/commit
[cindex.py] add CompilationDatabase support
authorArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Sat, 30 Jun 2012 11:28:04 +0000 (11:28 +0000)
committerArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Sat, 30 Jun 2012 11:28:04 +0000 (11:28 +0000)
commit910ff3f7f0a781fbb88c95bc957d1dcf63af91fa
tree29b5695a59fa834590e38b666bd3b577ffaed7e9
parentdb29318326aba9e0c5c1bbba093687dccc38fc39
[cindex.py] add CompilationDatabase support

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159485 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
bindings/python/tests/cindex/INPUTS/compile_commands.json [new file with mode: 0644]
bindings/python/tests/cindex/test_cdb.py [new file with mode: 0644]