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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174759 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2013-02-08 22:19:43 +00:00
Родитель 8580c7e752
Коммит e22cef5cb2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,7 @@
<li>Better diagnostics for implicitly-defined member functions in C++.</li> <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>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>Fixes for misc. parser crashes.</li>
<li>Newer than the static analyzer version in Xcode 4.6</li>
</ul> </ul>
<h4 id="checker_270">checker-270</h4> <h4 id="checker_270">checker-270</h4>