[PATCH] D30771: [analyzer] Teach the MallocChecker about Glib API for two arguments
Daniel Marjamäki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 19 22:53:41 PDT 2017
danielmarjamaki added a comment.
> I hold the view that I need to respect original developers' code, and it need a Global Patch for Capital variable, just like KDE's Use nullptr everywhere
Yes I was too picky. Please respect the original developers' code.
================
Comment at: lib/StaticAnalyzer/Checkers/MallocChecker.cpp:2040
const Expr *arg0Expr = CE->getArg(0);
const LocationContext *LCtx = C.getLocationContext();
----------------
danielmarjamaki wrote:
> Capital variable: arg0Expr, arg0Val
sorry this is not your code. I remove my comment.
Repository:
rL LLVM
https://reviews.llvm.org/D30771
More information about the cfe-commits
mailing list