From: Chris Lattner Date: Fri, 10 Jul 2009 05:07:59 +0000 (+0000) Subject: linkify X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=909a883fbcb3eda5be0003d7c438570d70514e79;p=clang linkify git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75225 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/features.html b/www/features.html index a7c8fca7d1..6034ae7839 100644 --- a/www/features.html +++ b/www/features.html @@ -232,7 +232,7 @@ 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.
  • +
  • libindex - Cross-translation-unit infrastructure and indexing support.
  • clang - A driver program, client of the libraries at various levels.