utils: Tweak clang-parse-diagnostics-file for modules includes
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 2 Apr 2020 17:27:42 +0000 (10:27 -0700)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 2 Apr 2020 21:16:26 +0000 (14:16 -0700)
commit0c85c488e2b5be54ce26c9f772e66d48a9290c51
tree952b08cdaf349f23ae6a8421b88236b24417fcd4
parent90455dbe2e74eb726f648ee84379eadfd850b3ed
utils: Tweak clang-parse-diagnostics-file for modules includes

Diagnostics from modules do not have a `main-file` listed.  Tweak
`clang-parse-diagnostics-file` to patch this up.  Previously, the call
to `os.path.basename` would crash.

Radar-Id: rdar://problem/59000292
llvm/utils/clang-parse-diagnostics-file