commit | 983004686a1bfc816f7aeb47bac7e16049550278 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Tue Sep 08 19:57:33 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Tue Sep 08 19:57:33 2009 +0000 |
tree | 1d78a02ab720b208d737f1b09e98999a70b205aa | |
parent | ac423ba85bb59cc7cc1d43081b20d7e8d40355ff [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81251 91177308-0d34-0410-b5e6-96231b3b80d8