diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-10 03:41:36 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-07-10 03:41:36 +0000 |
commit | bff082aec96b00e626292d6a19c7adcf229a9ed2 (patch) | |
tree | adb987453ec0c3a616a67697a3a5c5a1cf2ed726 /clang/www/features.html | |
parent | 6dd7181ed4007b134c34251fd477c715e6fd35bd (diff) | |
download | bcm5719-llvm-bff082aec96b00e626292d6a19c7adcf229a9ed2.tar.gz bcm5719-llvm-bff082aec96b00e626292d6a19c7adcf229a9ed2.zip |
Add documentation for the Index library to clang's web page.
llvm-svn: 75222
Diffstat (limited to 'clang/www/features.html')
-rw-r--r-- | clang/www/features.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/www/features.html b/clang/www/features.html index 21382fd5b17..a7c8fca7d14 100644 --- a/clang/www/features.html +++ b/clang/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>libindex</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> |