aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/warn-write-strings.m
AgeCommit message (Expand)Author
2011-04-23There were some frustrating problems with the implementation ofChandler Carruth
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