From: Ted Kremenek Date: Fri, 8 Feb 2013 22:19:43 +0000 (+0000) Subject: Note that checker-271 is newer than the analyzer in Xcode 4.6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0cdd752d5d7d18ff35ea3e2f8df37d4714d6ba2;p=platform%2Fupstream%2Fllvm.git Note that checker-271 is newer than the analyzer in Xcode 4.6 llvm-svn: 174759 --- diff --git a/clang/www/analyzer/release_notes.html b/clang/www/analyzer/release_notes.html index d9b1820..c259edd 100644 --- a/clang/www/analyzer/release_notes.html +++ b/clang/www/analyzer/release_notes.html @@ -28,6 +28,7 @@
  • Better diagnostics for implicitly-defined member functions in C++.
  • New warning for malloc/free checker when passing malloc'ed pointer with non-zero offset to free().
  • Fixes for misc. parser crashes.
  • +
  • Newer than the static analyzer version in Xcode 4.6
  • checker-270