[cfe-dev] Q_ASSERT and Clang static analyzer
Dmitri Gribenko
gribozavr at gmail.com
Tue Aug 20 09:56:34 PDT 2013
On Tue, Aug 20, 2013 at 9:36 AM, Jordan Rose <jordan_rose at apple.com> wrote:
> I don't see those function names in a quick Google search.
Seems like Google is doing typo correction which is not helpful in
this case. Here's a link:
http://qt.gitorious.org/qt/qtbase/blobs/stable/src/corelib/global/qglobal.h
> In particular, qt_check_pointer seems to be an opaque function called in the true case or the false case,
I don't think so. See the Q_CHECK_PTR macro.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-dev
mailing list