commit | 707a23e8b87410332b55bb4534fa1c799edef38a | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Thu Jun 16 17:56:04 2011 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Thu Jun 16 17:56:04 2011 +0000 |
tree | 456b272b77e0288d0e3618beaf9463959e53e62c | |
parent | b1f7d2496a2916cfad17633e403151dd09118821 [diff] |
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>. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133173 91177308-0d34-0410-b5e6-96231b3b80d8