[cfe-commits] r66892 - in /cfe/trunk: include/clang/Analysis/PathSensitive/BasicValueFactory.h lib/Analysis/RegionStore.cpp test/Analysis/ptr-arith.c
Sebastian Redl
sebastian.redl at getdesigned.at
Fri Mar 13 09:11:07 PDT 2009
Ted Kremenek wrote:
> Author: kremenek
> Date: Fri Mar 13 10:35:24 2009
> New Revision: 66892
>
> URL: http://llvm.org/viewvc/llvm-project?rev=66892&view=rev
> Log:
> Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
> is 64-bit.
>
Thank you. One comment typo here:
> + /// Convert - Create a new persistent APSInt with the same value as 'From'
> + /// but with the bitwidth and signeness of 'To'.
>
"signeness"
Sebastian
More information about the cfe-commits
mailing list