llvm-project/clang-tools-extra/include-fixer/find-all-symbols
Sam McCall 573050e703 [include-fixer] Remove line number from Symbol identity
Summary:
Remove line number from Symbol identity.

For our purposes (include-fixer and clangd autocomplete), function overloads
within the same header should mostly be treated as a single combined symbol.

We may want to track individual occurrences (line number, full type info)
and aggregate this during mapreduce, but that's not done here.

Reviewers: hokein, bkramer

Subscribers: cfe-commits

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

llvm-svn: 297371
2017-03-09 10:47:44 +00:00
..
tool [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +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] Remove line number from Symbol identity 2017-03-09 10:47:44 +00:00
FindAllMacros.h [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +00:00
FindAllSymbols.cpp [include-fixer] Remove line number from Symbol identity 2017-03-09 10:47:44 +00:00
FindAllSymbols.h [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +00:00
FindAllSymbolsAction.cpp [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +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] Remove line number from Symbol identity 2017-03-09 10:47:44 +00:00
SymbolInfo.h [include-fixer] Remove line number from Symbol identity 2017-03-09 10:47:44 +00:00
SymbolReporter.h [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +00:00