[Tooling][libclang] Remove unused CompilationDatabase::MappedSources
authorKrasimir Georgiev <krasimir@google.com>
Tue, 23 May 2017 13:50:43 +0000 (13:50 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Tue, 23 May 2017 13:50:43 +0000 (13:50 +0000)
commitccf865245a9b8323ba31e6e9748b020b9a49e85d
tree5a41b81cee18681c6e276975e7fbccab07da2a56
parentfd0f94c15ee56dc605ea96b281ab720d26b271c9
[Tooling][libclang] Remove unused CompilationDatabase::MappedSources

Summary:
This field is never assigned to and it's only ever read from libclang.
This patch removes it and adapts libclang to return constants.

Reviewers: klimek, bkramer

Reviewed By: klimek

Subscribers: cfe-commits, klimek

Differential Revision: https://reviews.llvm.org/D32351

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303635 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/CompilationDatabase.h
tools/libclang/CXCompilationDatabase.cpp