Tooling: Remove dead code for ToolingInvocation::mapVirtualFile
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 5 Nov 2020 22:12:17 +0000 (17:12 -0500)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 9 Nov 2020 20:45:35 +0000 (15:45 -0500)
commitc56ec7bedeb8b90cfef4c3ea8db3addfa34fde68
treead0ea7937934e6e8fea1d2484a5e777f3b76cbe4
parentd00f59de80f1238cee403b18c7b071b3052edf24
Tooling: Remove dead code for ToolingInvocation::mapVirtualFile

Follows through on c4cb3b10dc8c50e46c9fb1b7ae95e3c3c94975d3's FIXME
dating back to 2015. Anyone using this should migrate to
InMemoryFileSystem and/or ClangTool::mapVirtualFile.

Differential Revision: https://reviews.llvm.org/D90885
clang/include/clang/Tooling/Tooling.h
clang/lib/Tooling/Tooling.cpp