diff options
Diffstat (limited to 'www/features.html')
-rw-r--r-- | www/features.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/features.html b/www/features.html index 21382fd5b17f8..6034ae783987a 100644 --- a/www/features.html +++ b/www/features.html @@ -232,6 +232,7 @@ Currently, clang is divided into the following libraries and tool: <li><b>librewrite</b> - Editing of text buffers (important for code rewriting transformation, like refactoring).</li> <li><b>libanalysis</b> - Static analysis support.</li> +<li><b><a href="docs/libIndex.html">libindex</a></b> - Cross-translation-unit infrastructure and indexing support.</li> <li><b>clang</b> - A driver program, client of the libraries at various levels.</li> </ul> |