summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-bad-memaccess.cpp
AgeCommit message (Expand)Author
2016-03-31Fix -Wdynamic-class-memaccess to skip invalid classes.Richard Trieu
2015-03-21-Wdynamic-class-memaccess: Also warn about array types.Nico Weber
2014-06-27Extend -Wdynamic-class-memaccess to records containing dynamic classesReid Kleckner
2012-12-30Don't get confused if a extern "C" builtin function is redeclared withoutRafael Espindola
2011-08-19Improve the correctness and accuracy of the message for -Wdynamic-class-memac...Matt Beaumont-Gay
2011-06-16Teach the warning about non-POD memset/memcpy/memmove to deal with theDouglas Gregor
2011-06-03Clean up the "non-POD memaccess" stuff some. This adds a properly namedChandler Carruth