git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52111 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-06-08 23:40:40 +00:00
parent 04af7cbb7d
commit e7bc1369c9

View File

@ -183,7 +183,7 @@ front-end work has started to make significant progress.</p>
transformations (such as refactoring) and other source-level tools for C and transformations (such as refactoring) and other source-level tools for C and
Objective-C. Clang now also includes tools for turning C code into pretty HTML, Objective-C. Clang now also includes tools for turning C code into pretty HTML,
and includes a new <a href="http://clang.llvm.org/StaticAnalysis.html">static and includes a new <a href="http://clang.llvm.org/StaticAnalysis.html">static
analysis tool</a> in development. This tool is automatically focused on finding analysis tool</a> in development. This tool focuses on automatically finding
bugs in C and Objective-C code.</p> bugs in C and Objective-C code.</p>
</div> </div>