]> granicus.if.org Git - clang/commit
[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)
commita3998c587e8e14feb9fb57f6243bf03c4ea9575a
treea3e93245a222f0d309f2a50645705b49d41417a9
parent12fd96195d471bff46c6ec3b0ef46681f13f04a0
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322691 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/AllTUsExecution.h
lib/Tooling/AllTUsExecution.cpp