Age | Commit message (Expand) | Author |
---|---|---|
2011-04-23 | There were some frustrating problems with the implementation of | Chandler Carruth |
2010-09-05 | fix PR7192 by defining wchar_t in a more conventional way. The | Chris Lattner |
2010-09-05 | make clang print types as "const int *" instead of "int const*", | Chris Lattner |
2010-04-09 | Improve diagnostics like "initializing <type> from an expression of | Douglas Gregor |
2010-04-09 | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor |
2010-03-15 | Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. | John McCall |