Files
clang-p2996/compiler-rt/lib/sanitizer_common
Matthias Braun 0761b5253d sanitizer_common: Fix warning
Clang added warning that taking the address of a packed struct member
possibly yields an unaligned pointer. This case is benign because
the pointer gets casted to an uptr and not used for unaligned accesses.
Add an intermediate cast to char* until this warning is improved (see
also https://reviews.llvm.org/D20561)

llvm-svn: 278835
2016-08-16 18:28:55 +00:00
..
2016-01-25 19:43:55 +00:00
2016-07-20 11:43:52 +00:00
2016-01-15 02:51:26 +00:00
2016-04-14 11:40:08 +00:00