From: Ted Kremenek
Date: Fri, 19 Feb 2010 17:33:30 +0000 (+0000)
Subject: Expose "Key features" paragraph.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d9d49ac8abc4f4613764bab91a3b9f53fdab2dc;p=clang
Expose "Key features" paragraph.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96681 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/analyzer/xcode.html b/www/analyzer/xcode.html
index 3396e6efea..64907b2eca 100644
--- a/www/analyzer/xcode.html
+++ b/www/analyzer/xcode.html
@@ -39,7 +39,6 @@ presents analysis results directly within Xcode's editor.
Viewing static analyzer results in Xcode
-
Key features:
- Integrated workflow: Results are integrated within Xcode. There is
@@ -47,9 +46,9 @@ presents analysis results directly within Xcode's editor.
single keystroke or mouse click.
- Transparency: Works effortlessly with Xcode projects (including iPhone projects).
- Cons: Doesn't work well with non-Xcode projects. For those,
- consider using scan-build.
+ consider using scan-build.
--->
+
Getting Started