[cfe-dev] Checker for nvlist

JoshG xyzyx at rambler.ru
Tue Jul 7 07:18:47 PDT 2015


Well, I solved this.
But next question:

if (nvlist_alloc(....) !=0) {
      return (NULL);
}

How tell to checker that this block doesn't require nvlist_free or bypass
this return? (without assert handlers, exactly in checker code)

Cheers,
J



--
View this message in context: http://clang-developers.42468.n3.nabble.com/Checker-for-nvlist-tp4046343p4046397.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list