llvm-ir-editor icon indicating copy to clipboard operation
llvm-ir-editor copied to clipboard

On "expected X found Y" type errors, highlight the actual difference

Open amishne opened this issue 11 years ago • 0 comments

e.g.

expected { i32, i32, i32, i32, i32 }, found { i32, i32, i31, i32, i32}

Will become

expected { i32, i32, i32, i32, i32 }, found { i32, i32, i31, i32, i32}

amishne avatar Nov 03 '13 13:11 amishne