llvm-project/clang-tools-extra/unittests/include-fixer
Haojian Wu ffdd072858 [find-all-symbols] Index partial template specializations.
Summary:
Fix no std::function index.

Previously, we don't index all the template specialization declarations of functions and classes (Because we assume that template functions/classes are indexed by their template declarations), but this is not always true in some cases like `std::function` which only has a partial template specialization declaration.

Reviewers: ioeric, bkramer

Subscribers: cfe-commits

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

llvm-svn: 291669
2017-01-11 11:47:44 +00:00
..
find-all-symbols [find-all-symbols] Index partial template specializations. 2017-01-11 11:47:44 +00:00
CMakeLists.txt IncludeFixerTests: Update libdeps. 2016-05-31 16:41:39 +00:00
IncludeFixerTest.cpp [include-fixer] Load symbol index asynchronously. 2017-01-09 15:18:28 +00:00