[all-commits] [llvm/llvm-project] c56ec7: Tooling: Remove dead code for ToolingInvocation::m...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Mon Nov 9 12:47:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c56ec7bedeb8b90cfef4c3ea8db3addfa34fde68
https://github.com/llvm/llvm-project/commit/c56ec7bedeb8b90cfef4c3ea8db3addfa34fde68
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M clang/include/clang/Tooling/Tooling.h
M clang/lib/Tooling/Tooling.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list