From: Ted Kremenek Date: Wed, 8 Jun 2011 19:52:31 +0000 (+0000) Subject: Remove stale reference to libIndex. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9f8c1d291d9202054f3f225fdd240e771e1427f;p=clang Remove stale reference to libIndex. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132757 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/features.html b/www/features.html index 869d0d8ad1..9e342ea0ec 100644 --- a/www/features.html +++ b/www/features.html @@ -232,7 +232,6 @@ Currently, clang is divided into the following libraries and tool:
  • librewrite - Editing of text buffers (important for code rewriting transformation, like refactoring).
  • libanalysis - Static analysis support.
  • -
  • libindex - Cross-translation-unit infrastructure and indexing support.
  • clang - A driver program, client of the libraries at various levels.