[cfe-commits] r159923 - /cfe/trunk/docs/JSONCompilationDatabase.html

Manuel Klimek klimek at google.com
Sun Jul 8 22:17:45 PDT 2012


Author: klimek
Date: Mon Jul  9 00:17:45 2012
New Revision: 159923

URL: http://llvm.org/viewvc/llvm-project?rev=159923&view=rev
Log:
Links to the python CXCompilationDatabase documentation.
Patch contributed by David Roethlisberger.


Modified:
    cfe/trunk/docs/JSONCompilationDatabase.html

Modified: cfe/trunk/docs/JSONCompilationDatabase.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/JSONCompilationDatabase.html?rev=159923&r1=159922&r2=159923&view=diff
==============================================================================
--- cfe/trunk/docs/JSONCompilationDatabase.html (original)
+++ cfe/trunk/docs/JSONCompilationDatabase.html Mon Jul  9 00:17:45 2012
@@ -41,8 +41,9 @@
 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





More information about the cfe-commits mailing list