Commits

Argyrios Kyrtzidis committed f36cc94f514
[FixCode] Add fix-its for mismatched integer types. Adds fixits for: - Passing an integer with the right type but which is getting wrapped with a different integer type unnecessarily. The fixit removes the cast. - Passing an integer but expecting different integer type. The fixit adds a wrapping cast.