Skip to content
Commit 18739c34 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Teach the warning about non-POD memset/memcpy/memmove to deal with the

__builtin_ versions of these functions as well as the normal function
versions, so that it works on platforms where memset/memcpy/memmove
are macros that map down to the builtins (e.g., Darwin). Fixes
<rdar://problem/9372688>.

llvm-svn: 133173
parent 7f191b2a
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