void reportLeak(SymbolRef Sym, ExplodedNode *N, CheckerContext &C) const;
};
-} // end anonymous namespace
-
//===----------------------------------------------------------------------===//
// Definition of MallocBugVisitor.
//===----------------------------------------------------------------------===//
};
};
+} // end anonymous namespace
+
// A map from the freed symbol to the symbol representing the return value of
// the free function.
REGISTER_MAP_WITH_PROGRAMSTATE(FreeReturnValue, SymbolRef, SymbolRef)