From: Ted Kremenek Date: Thu, 23 Feb 2012 00:48:17 +0000 (+0000) Subject: Tweak release note comments for checker build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5964421cf9ce56a3cda57c5902d104d800a2a9e;p=clang Tweak release note comments for checker build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151219 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/release_notes.html b/www/analyzer/release_notes.html index 9660d7fb40..1c0a06f0ad 100644 --- a/www/analyzer/release_notes.html +++ b/www/analyzer/release_notes.html @@ -25,7 +25,8 @@
  • Contains a new experimental malloc/free checker.
  • Better support for projects using ARC.
  • set-xcode-analyzer now supports self-contained Xcode.app (Xcode 4.3 and later). -
  • Misc. bug fixes and performance work. +
  • Misc. bug fixes and performance work.
  • +
  • Contains a newer version of the analyzer than Xcode 4.3.
  • checker-260