[cfe-commits] Minor doc patch: Mention libclang support for compilation databases

Manuel Klimek klimek at google.com
Fri Jul 6 01:34:08 PDT 2012


lgtm

On Fri, Jul 6, 2012 at 9:03 AM, David Röthlisberger <david at rothlis.net>wrote:

> diff --git a/docs/JSONCompilationDatabase.html
> b/docs/JSONCompilationDatabase.html
> index 007825a..f4015d3 100644
> --- a/docs/JSONCompilationDatabase.html
> +++ b/docs/JSONCompilationDatabase.html
> @@ -41,8 +41,9 @@ according to the build dependency graph.</li>
>  databases for Unix Makefile builds (Ninja builds in the works) with the
> option
>  CMAKE_EXPORT_COMPILE_COMMANDS.</p>
>  <p>Clang's tooling interface supports reading compilation databases; see
> -the <a href="LibTooling.html">LibTooling documentation</a>. Support for
> libclang
> -is in the works.</p>
> +the <a href="LibTooling.html">LibTooling documentation</a>. libclang and
> its
> +python bindings also support this (since clang 3.2); see
> +<a
> href="/doxygen/group__COMPILATIONDB.html">CXCompilationDatabase.h</a>.</p>
>
>  <h2>Format</h2>
>  <p>A compilation database is a JSON file, which consist of an array of
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120706/f821fa8e/attachment.html>


More information about the cfe-commits mailing list