]> granicus.if.org Git - clang/commit
Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-trivial...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 1 May 2014 15:21:03 +0000 (15:21 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 1 May 2014 15:21:03 +0000 (15:21 +0000)
commitf3fa16f5bfb9439249f87b27d80b6d2fb4aa3692
treea7b4a775d39db66d930a68aaf426fe370bf8f67e
parent0d40b638c5261b43c99d36f8045757fb494d9871
Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-trivial types. Replaced with std::copy. No functional changes intended since all uses of this functionality either use pointers or integers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207766 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
utils/TableGen/ClangAttrEmitter.cpp