]> granicus.if.org Git - clang/commitdiff
Documentation: add a link to Bear, a tool to help with JSON DB
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 30 Jan 2013 17:58:14 +0000 (17:58 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 30 Jan 2013 17:58:14 +0000 (17:58 +0000)
Patch by Laszlo Nagy

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173949 91177308-0d34-0410-b5e6-96231b3b80d8

docs/JSONCompilationDatabase.rst

index c5852ebfb542bc84f7701e3d9a5c265ebf0ee833..bb008845ed271671e1c354545fd25766daf3b7ee 100644 (file)
@@ -33,6 +33,9 @@ Currently `CMake <http://cmake.org>`_ (since 2.8.5) supports generation
 of compilation databases for Unix Makefile builds (Ninja builds in the
 works) with the option ``CMAKE_EXPORT_COMPILE_COMMANDS``.
 
+For projects on Linux, there is an alternative to intercept compiler
+calls with a tool called `Bear <https://github.com/rizsotto/Bear>`_.
+
 Clang's tooling interface supports reading compilation databases; see
 the :doc:`LibTooling documentation <LibTooling>`. libclang and its
 python bindings also support this (since clang 3.2); see