diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-02-19 17:33:30 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-02-19 17:33:30 +0000 |
commit | 3efee522eebe2c26d7c6656e4df5c7610a198a61 (patch) | |
tree | a37106f1565808289cded48848f477e13ed430ce | |
parent | 336c0a1c87be6d1c3a74b339522bec1718a34792 (diff) | |
download | bcm5719-llvm-3efee522eebe2c26d7c6656e4df5c7610a198a61.tar.gz bcm5719-llvm-3efee522eebe2c26d7c6656e4df5c7610a198a61.zip |
Expose "Key features" paragraph.
llvm-svn: 96681
-rw-r--r-- | clang/www/analyzer/xcode.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/www/analyzer/xcode.html b/clang/www/analyzer/xcode.html index 3396e6efea4..64907b2eca4 100644 --- a/clang/www/analyzer/xcode.html +++ b/clang/www/analyzer/xcode.html @@ -39,7 +39,6 @@ presents analysis results directly within Xcode's editor.</p> <br><b>Viewing static analyzer results in Xcode</b></center> </td></tr></table> -<!--> <h3>Key features:</h3> <ul> <li><b>Integrated workflow:</b> Results are integrated within Xcode. There is @@ -47,9 +46,9 @@ presents analysis results directly within Xcode's editor.</p> single keystroke or mouse click.</li> <li><b>Transparency:</b> Works effortlessly with Xcode projects (including iPhone projects). <li><b>Cons:</b> Doesn't work well with non-Xcode projects. For those, - consider using <a href="scan-build.html"><b>scan-build</b></a>. + consider using <a href="/scan-build.html"><b>scan-build</b></a>. </ul> ---> + <h2>Getting Started</h2> |