[PATCH] D44124: [analyzer] Support destruction and lifetime-extension of inlined function return values.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 5 16:18:57 PST 2018
NoQ added inline comments.
================
Comment at: lib/StaticAnalyzer/Core/ExprEngineCXX.cpp:316
}
}
break;
----------------
george.karpenkov wrote:
> 5 closing braces is a lot. What about moving the entire block under `CK_Complete` into a static function?
I'm already on it for the next patch^^
Repository:
rC Clang
https://reviews.llvm.org/D44124
More information about the cfe-commits
mailing list