diff --git a/clang/www/OpenProjects.html b/clang/www/OpenProjects.html index c7cde4f2c04015..423fc0e1ae4a55 100755 --- a/clang/www/OpenProjects.html +++ b/clang/www/OpenProjects.html @@ -95,21 +95,6 @@

Open Clang Projects

from source code. The tool is in early stages of development and could use more dedicated effort to complete the implementation. -
  • Use clang libraries to implement better versions of existing tools: -Clang is built as a set of libraries, which means that it is possible to -implement capabilities similar to other source language tools, improving them -in various ways. Three examples are distcc, the delta testcase reduction tool, and the -"indent" source reformatting tool. -distcc can be improved to scale better and be more efficient. Delta could be -faster and more efficient at reducing C-family programs if built on the clang -preprocessor. The clang-based indent replacement, -clang-format, -could be taught to handle simple structural rules like those in the LLVM coding -standards.
  • -
  • Self-testing using clang: There are several neat ways to improve the quality of clang by self-testing. Some examples: