]> granicus.if.org Git - clang/commit
[libclang] add CompilationDatabase support
authorArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Sat, 30 Jun 2012 11:27:57 +0000 (11:27 +0000)
committerArnaud A. de Grandmaison <arnaud.adegm@gmail.com>
Sat, 30 Jun 2012 11:27:57 +0000 (11:27 +0000)
commitdb29318326aba9e0c5c1bbba093687dccc38fc39
tree8992987de8bd89b9bf8c621b73afe133a91655e5
parent82a53bd3895387fbcc98e97f5f125f9241fe41cf
[libclang] add CompilationDatabase support

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159484 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/CXCompilationDatabase.h [new file with mode: 0644]
test/Index/compile_commands.json [new file with mode: 0644]
tools/c-index-test/c-index-test.c
tools/libclang/CIndexCompilationDB.cpp [new file with mode: 0644]
tools/libclang/CMakeLists.txt
tools/libclang/libclang.exports