[PATCH] D44124: [analyzer] Support destruction and lifetime-extension of inlined function return values.
George Karpenkov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 5 16:17:44 PST 2018
george.karpenkov added inline comments.
================
Comment at: lib/StaticAnalyzer/Core/ExprEngineCXX.cpp:316
}
}
break;
----------------
5 closing braces is a lot. What about moving the entire block under `CK_Complete` into a static function?
Repository:
rC Clang
https://reviews.llvm.org/D44124
More information about the cfe-commits
mailing list