[PATCH] D53958: [Tooling] Produce diagnostics for missing input files.

2018-11-08 Thread Sam McCall via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC346414: [Tooling] Produce diagnostics for missing input files. (authored by sammccall, committed by ). Changed prior to commit: https://reviews.llvm.org/D53958?vs=172052&id=173180#toc Repository: rC

[PATCH] D53958: [Tooling] Produce diagnostics for missing input files.

2018-10-31 Thread Sam McCall via Phabricator via cfe-commits
sammccall created this revision. sammccall added a reviewer: ioeric. Herald added a subscriber: cfe-commits. 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), wi