NoQ added inline comments.

================
Comment at: 
cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:431
+    return ExprEngine::getObjectUnderConstruction(
+        getState(), {getOriginExpr(), Index}, 
getCalleeStackFrame()).hasValue();
+  }
----------------
Whoops, this is wrong: should say `getLocationContext()`.


Repository:
  rL LLVM

https://reviews.llvm.org/D49715



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to