Note that checker-271 is newer than the analyzer in Xcode 4.6

llvm-svn: 174759
This commit is contained in:
Ted Kremenek 2013-02-08 22:19:43 +00:00
parent b3cbef4ad2
commit e0cdd752d5

View File

@ -28,6 +28,7 @@
<li>Better diagnostics for implicitly-defined member functions in C++.</li>
<li>New warning for <tt>malloc</tt>/<tt>free</tt> checker when passing <tt>malloc</tt>'ed pointer with non-zero offset to <tt>free()</tt>.
<li>Fixes for misc. parser crashes.</li>
<li>Newer than the static analyzer version in Xcode 4.6</li>
</ul>
<h4 id="checker_270">checker-270</h4>