This is an archive of the discontinued LLVM Phabricator instance.

Update all diagnostic messages in DiagnosticSemaKinds.td to use the new diffing format for types.
AbandonedPublic

Authored by rtrieu on Jul 12 2012, 10:53 AM.

Details

Reviewers
None
Summary

For applicable diagnostic messages in DiagnosticSemaKinds.td, modify the message to use the %diff format. Most messages which take two QualType arguments have been converted.

Diff Detail