aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/warn-write-strings.c
AgeCommit message (Expand)Author
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