Add a makefile for clang-query. Patch by Alex Horn!
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 18 Feb 2014 19:46:01 +0000 (19:46 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 18 Feb 2014 19:46:01 +0000 (19:46 +0000)
commitb549019c3c3a0cd417fcc9dc4ec17340de4c6046
tree0603ddc2b80c356483017ee0f32d70de8f02d2a7
parentc51e08c7ea3128081d4f0d0c388a41ca561ef5d6
Add a makefile for clang-query. Patch by Alex Horn!

While at it, have cmake build and test the tool if libedit is not installed,
as this dependency is now optional.

llvm-svn: 201599
clang-tools-extra/clang-query/Makefile
clang-tools-extra/clang-query/tool/CMakeLists.txt
clang-tools-extra/clang-query/tool/Makefile [new file with mode: 0644]
clang-tools-extra/test/CMakeLists.txt
clang-tools-extra/test/clang-query/errors.c
clang-tools-extra/test/clang-query/function-decl.c
clang-tools-extra/test/lit.cfg
clang-tools-extra/test/lit.site.cfg.in