llvm-project/clang-tools-extra/include-fixer/find-all-symbols
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
..
tool Revert "Revert "[Include-fixer] Install executables and support scripts"" 2016-08-17 20:58:14 +00:00
CMakeLists.txt [include-fixer] use includer of .inc header to be the file path of a symbol from .inc header. 2016-06-01 12:01:06 +00:00
FindAllMacros.cpp [include-fixer] use includer of .inc header to be the file path of a symbol from .inc header. 2016-06-01 12:01:06 +00:00
FindAllMacros.h [find-all-symbols] make HeaderMapCollector optional in FindAllSymbols and FindAllMacros. 2016-05-20 09:12:01 +00:00
FindAllSymbols.cpp [find-all-symbols] Index partial template specializations. 2017-01-11 11:47:44 +00:00
FindAllSymbols.h [find-all-symbols] make HeaderMapCollector optional in FindAllSymbols and FindAllMacros. 2016-05-20 09:12:01 +00:00
FindAllSymbolsAction.cpp [include-fixer] Fix some Clang-tidy modernize-use-override and Include What You Use warnings; other minor fixes. 2016-09-06 19:53:26 +00:00
FindAllSymbolsAction.h [include-fixer] Fix some Clang-tidy modernize-use-override and Include What You Use warnings; other minor fixes. 2016-09-06 19:53:26 +00:00
HeaderMapCollector.cpp [include-fixer] make HeaderMapCollector maps from regex instead of postfix. 2016-07-04 11:22:35 +00:00
HeaderMapCollector.h [include-fixer] reduce stack size by changing RegexHeaderMap to use const char * pair. 2016-07-04 13:34:11 +00:00
PathConfig.cpp [include-fixer] Keep dot dot in SymbolInfo file paths. 2016-06-08 15:10:18 +00:00
PathConfig.h [include-fixer] use includer of .inc header to be the file path of a symbol from .inc header. 2016-06-01 12:01:06 +00:00
PragmaCommentHandler.cpp [find-all-symbols] Add IWYU private pragma support. 2016-05-17 16:48:49 +00:00
PragmaCommentHandler.h [find-all-symbols] Add IWYU private pragma support. 2016-05-17 16:48:49 +00:00
STLPostfixHeaderMap.cpp [include-fixer] Correct some header mappings. 2016-08-05 11:54:34 +00:00
STLPostfixHeaderMap.h [include-fixer] make HeaderMapCollector maps from regex instead of postfix. 2016-07-04 11:22:35 +00:00
SymbolInfo.cpp [include-fixer] Add missing namespace qualifiers after inserting a missing header. 2016-07-08 09:10:29 +00:00
SymbolInfo.h [include-fixer] Support finding headers for the symbol under cursor. 2016-09-07 16:34:35 +00:00
SymbolReporter.h [find-all-symbol] Add macro support. 2016-05-20 08:04:36 +00:00