summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/copy-assign-volatile-synthesis.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't emit memcpy for copying fields of arrays of volatile elements.Fariborz Jahanian2011-08-091-0/+43
Use the the path that generates a loop. This fixes bogus error that clang puts out. // rdar://9894548 llvm-svn: 137080
OpenPOWER on IntegriCloud