aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/warn-write-strings.c
AgeCommit message (Expand)Author
2011-04-23There were some frustrating problems with the implementation ofChandler Carruth
2010-09-05fix PR7192 by defining wchar_t in a more conventional way. TheChris Lattner
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-04-09Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-03-15Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.John McCall