r173949 - Documentation: add a link to Bear, a tool to help with JSON DB

Dmitri Gribenko gribozavr at gmail.com
Wed Jan 30 09:58:14 PST 2013


Author: gribozavr
Date: Wed Jan 30 11:58:14 2013
New Revision: 173949

URL: http://llvm.org/viewvc/llvm-project?rev=173949&view=rev
Log:
Documentation: add a link to Bear, a tool to help with JSON DB

Patch by Laszlo Nagy

Modified:
    cfe/trunk/docs/JSONCompilationDatabase.rst

Modified: cfe/trunk/docs/JSONCompilationDatabase.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/JSONCompilationDatabase.rst?rev=173949&r1=173948&r2=173949&view=diff
==============================================================================
--- cfe/trunk/docs/JSONCompilationDatabase.rst (original)
+++ cfe/trunk/docs/JSONCompilationDatabase.rst Wed Jan 30 11:58:14 2013
@@ -33,6 +33,9 @@ Currently `CMake <http://cmake.org>`_ (s
 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





More information about the cfe-commits mailing list