This is an archive of the discontinued LLVM Phabricator instance.

[Tooling] Produce diagnostics for missing input files.
ClosedPublic

Authored by sammccall on Oct 31 2018, 4:43 PM.

Details

Summary

This was disabled way back in 2011, in the dark times before Driver was VFS-aware.

Also, make driver more VFS-aware :-)

This breaks one ClangTidy test (we improved the error message), will fix when
submitting.

Diff Detail

Repository
rC Clang

Event Timeline

sammccall created this revision.Oct 31 2018, 4:43 PM
ioeric accepted this revision.Nov 5 2018, 1:30 AM
This revision is now accepted and ready to land.Nov 5 2018, 1:30 AM
This revision was automatically updated to reflect the committed changes.