llvm-project/clang-tools-extra/unittests
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
..
change-namespace [change-namespace] get newlines around moved namespace right. 2017-01-04 14:49:08 +00:00
clang-apply-replacements [clang-apply-replacements] use Range::operator==() instead of self-defined operator. 2016-06-21 17:59:57 +00:00
clang-move [clang-move] Support moving type alias declarations. 2017-01-04 14:50:49 +00:00
clang-query Remove autoconf support 2016-01-26 21:31:36 +00:00
clang-tidy modernize-use-auto NFC fixes 2016-12-14 15:29:23 +00:00
include/common Remove clang-modernize. 2015-12-17 11:49:19 +00:00
include-fixer [find-all-symbols] Index partial template specializations. 2017-01-11 11:47:44 +00:00
CMakeLists.txt [clang-move] A prototype tool for moving class definition to new file. 2016-09-21 13:18:19 +00:00