Report parsing error check failures wrt file being parsed.

For checking parse errors, the input file is split and failures reported per memory buffer. Simply reporting the errors loses the mapping back to the original file. Change the reporting to instead relate the error reported back to the original file.

Use SourceMgr's PrintMessage consistently for errors and relates back to file being parsed.

PiperOrigin-RevId: 202136152
1 file changed
tree: a83362690680a6c0b542772acd79ec47729649cc
  1. include/
  2. lib/
  3. test/
  4. tools/
  5. LICENSE.TXT