[cfe-commits] [PATCH 06/15] Fix Cast

Jordan Rose jordan_rose at apple.com
Fri Jan 11 09:27:14 PST 2013


The member type isn't const MemRegion *, it's T (the template parameter). Other than that, looks fine.

Jordan


On Jan 10, 2013, at 11:12 , David Greene <dag at cray.com> wrote:

> 
> Properly use const_cast to avoid a cast-away-const error.
> ---
> .../Core/PathSensitive/ProgramStateTrait.h         |    4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
> 
> <0006-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