[cfe-commits] [PATCH 07/15] Fix Cast
Jordan Rose
jordan_rose at apple.com
Mon Jan 14 11:02:05 PST 2013
I changed my mind and just added a 'const void *' specialization for ProgramState(Partial)Trait. In this case the value is just being used as a sanity check anyway. Still, thanks for pointing this out!
Jordan
On Jan 11, 2013, at 9:16 , Jordan Rose <jordan_rose at apple.com> wrote:
> This looks fine.
>
>
> On Jan 10, 2013, at 11:12 , David Greene <dag at cray.com> wrote:
>
>>
>> Properly use const_cast to fix a cast-away-const error.
>> ---
>> .../clang/lib/StaticAnalyzer/Core/ExprEngine.cpp | 3 ++-
>> 1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> <0007-Fix-Cast.patch>_______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
More information about the cfe-commits
mailing list