aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-22 06:39:56 +0000
committerChris Lattner <sabre@nondot.org>2010-04-22 06:39:56 +0000
commitf455529b9ea349fe9ff58be3996e5e76f250c447 (patch)
tree16a5d96fc575415adcbc8012ac8b5990eaa142b1
parent8cdd7939ad29c0424da18e3456797b5c83c1f387 (diff)
static analyzer has its own section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102054 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 8931bc801e..fb996d3be2 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -122,8 +122,6 @@ development. Here we include updates on these subprojects.
<ul>
<li>FIXME: C++! Include a link to cxx_compatibility.html</li>
-<li>FIXME: Static Analyzer improvements?</li>
-
<li>CIndex API and Python bindings: Clang now includes a C API as part of the
CIndex library. Although we make make some changes to the API in the future, it
is intended to be stable and has been designed for use by external projects. See