[cfe-commits] r161603 - in /cfe/trunk: include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h lib/StaticAnalyzer/Core/CallEvent.cpp lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp

Jordan Rose jordan_rose at apple.com
Thu Aug 9 13:08:24 PDT 2012


On Aug 9, 2012, at 11:43 , Anna Zaks <ganna at apple.com> wrote:

> +  const int *BState = State->get<DynamicDispatchBifurcationMap>(BifurReg);

Is this an int or a bool? I see the map is typed as int for now, but we don't really need that, do we?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120809/cfbf2da2/attachment.html>


More information about the cfe-commits mailing list