[Tooling] Don't deduplicate tool results in the All-TUs executor.
authorEric Liu <ioeric@google.com>
Wed, 17 Jan 2018 17:37:11 +0000 (17:37 +0000)
committerEric Liu <ioeric@google.com>
Wed, 17 Jan 2018 17:37:11 +0000 (17:37 +0000)
commit6828ee3c1d43be395fc69faf9c664bbc7ff59158
tree040311437c4b0696d1b84dbd79f17aeeb8eff8cc
parente2e3e67cf1a7c2fda14f76200d665662b1fdfaa5
[Tooling] Don't deduplicate tool results in the All-TUs executor.

Summary:
As result deduplication or reduction is not supported in the framework,
we should leave the deplication to tools (if needed) until the framework supports it.

Reviewers: bkramer

Subscribers: klimek, cfe-commits

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

llvm-svn: 322691
clang/include/clang/Tooling/AllTUsExecution.h
clang/lib/Tooling/AllTUsExecution.cpp