[PATCH] D29884: [analyzer] Proper caching in CallDescription objects.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 15 08:19:51 PST 2017
xazax.hun added inline comments.
================
Comment at: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h:73
+ : II(nullptr), IsLookupDone(false), FuncName(FuncName),
+ RequiredArgs(RequiredArgs) {}
----------------
NoQ wrote:
> Maybe `assert(FuncName.size() > 0)` here?
Oh, I see now. Yeah, that would make sense :) Do you want me to commit that or will you?
Repository:
rL LLVM
https://reviews.llvm.org/D29884
More information about the cfe-commits
mailing list