summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2012-07-09 05:17:45 +0000
committerManuel Klimek <klimek@google.com>2012-07-09 05:17:45 +0000
commitc508a742f73f2fd76be9e01db28f9e9c7fcf77f6 (patch)
treebece3b21b1ce3cef5df9f125b3951d6e10423a1f
parent34349003cfe040c53656d113fa344aa9e4b5d051 (diff)
downloadbcm5719-llvm-c508a742f73f2fd76be9e01db28f9e9c7fcf77f6.tar.gz
bcm5719-llvm-c508a742f73f2fd76be9e01db28f9e9c7fcf77f6.zip
Links to the python CXCompilationDatabase documentation.
Patch contributed by David Roethlisberger. llvm-svn: 159923
-rw-r--r--clang/docs/JSONCompilationDatabase.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/docs/JSONCompilationDatabase.html b/clang/docs/JSONCompilationDatabase.html
index 007825a35d8..9785ac48ba5 100644
--- a/clang/docs/JSONCompilationDatabase.html
+++ b/clang/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
OpenPOWER on IntegriCloud