diff options
author | Haojian Wu <hokein@google.com> | 2017-01-11 11:47:44 +0000 |
---|---|---|
committer | Haojian Wu <hokein@google.com> | 2017-01-11 11:47:44 +0000 |
commit | ffdd0728584319ad800803a3f3328838d832bdfa (patch) | |
tree | f20f94a7d0a08d82590ebf6fc098e1609ca63354 /llvm/lib/Analysis/AssumptionCache.cpp | |
parent | 9772eb3907a423a0a156194fac9ca37e44777246 (diff) | |
download | bcm5719-llvm-ffdd0728584319ad800803a3f3328838d832bdfa.tar.gz bcm5719-llvm-ffdd0728584319ad800803a3f3328838d832bdfa.zip |
[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
Diffstat (limited to 'llvm/lib/Analysis/AssumptionCache.cpp')
0 files changed, 0 insertions, 0 deletions