When building with -g clang produces information which should be mappable back to line numbers and whatnot. - [x] Add line number/file information to nodes in yaml printout (it might be worth a format redesign to avoid parsing hell) - [x] Add line number information to callgraph node and callgraph edge information - [x] Preserve information about the relevant calls in the deduction phase - [ ] Add line number/file information to the output errors and the deduction change
When building with -g clang produces information which should be mappable back to line numbers and whatnot.