Skip to content
Commit 5b5559b2 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Make sure to access APValue's data via a char array (rather than

through an array of void*), so that we don't run afoul of the
strict-aliasing rules in C++ 3.10p15. Unfortunately, GCC 4.4 still
complains about this code.

llvm-svn: 81251
parent f0081db7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment