[cfe-dev] Checker for nvlist
JoshG
xyzyx at rambler.ru
Fri Jul 3 07:24:31 PDT 2015
Hello,
I'm looking at SimpleStreamChecker and trying to check that each
nvlist_alloc call has nvlist_free at the end), but can't find a way how to
map nvlist value for postcall and precall:
nvlist_alloc(&nv, NV_UNIQUE_NAME, 0);
...
nvlist_free(nv);
as clang understand "&nv" for nvlist_alloc and "nv" for nvlist_free as
various data. Any hint, please?
--
View this message in context: http://clang-developers.42468.n3.nabble.com/Checker-for-nvlist-tp4046343.html
Sent from the Clang Developers mailing list archive at Nabble.com.
More information about the cfe-dev
mailing list