ygribov marked 15 inline comments as done.
================
Comment at: lib/StaticAnalyzer/Checkers/VforkChecker.cpp:45
@@ +44,3 @@
+ CheckerContext &C) {
+ const Expr *CE = Call.getOriginExpr();
+
----------------
It seems that other checkers do more or less the same throw-away predicates
(e.g. see isAssignmentOp in DereferenceChecker.cpp).
================
Comment at: lib/StaticAnalyzer/Checkers/VforkChecker.cpp:164
@@ +163,3 @@
+ // TODO: mark vfork call in BugReportVisitor
+ C.emitReport(std::move(Report));
+ }
----------------
I've added a TODO.
http://reviews.llvm.org/D14014
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits