[PATCH] D21524: [asan] Fix shifting compiler warnings when compiler in 64-bits

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 12:28:36 PDT 2016


rnk added a comment.

LLP64 strikes again. =P

I wonder if sanitizer_common.h should have this in it instead and use it everywhere instead of ((uptr)1): `enum : uptr { UPtrOne = 1 };`. Seems like a style question for Kostya.


http://reviews.llvm.org/D21524





More information about the llvm-commits mailing list