llvm-project/clang-tools-extra/unittests/include-fixer
Eric Liu a4be83a302 [include-fixer] only deduplicate symbols after matching symbols with the undefined identifier.
Summary:
we should only deduplicate symbols after matching symbols with the
undefined identifier. This patch tries to fix the situation where matching
symbols are deleted when it has the same header as a non-matching symbol, which
can prevent finding the correct header even if there is a matched symbol.

Reviewers: bkramer

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D21290

llvm-svn: 272576
2016-06-13 19:05:07 +00:00
..
find-all-symbols [include-fixer] do not index friend function declaration. 2016-06-09 14:18:40 +00:00
CMakeLists.txt IncludeFixerTests: Update libdeps. 2016-05-31 16:41:39 +00:00
IncludeFixerTest.cpp [include-fixer] only deduplicate symbols after matching symbols with the undefined identifier. 2016-06-13 19:05:07 +00:00