llvm-project/clang-tools-extra/include-fixer/find-all-symbols
Haojian Wu d58dc298ef [include-fixer] Correct two wrong header mappings.
Reviewers: bkramer

Subscribers: ioeric, cfe-commits

Differential Revision: http://reviews.llvm.org/D21371

llvm-svn: 272773
2016-06-15 11:15:12 +00:00
..
tool [include-fixer] Keep dot dot in SymbolInfo file paths. 2016-06-08 15:10:18 +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 [include-fixer] do not index friend function declaration. 2016-06-09 14:18:40 +00:00
FindAllSymbols.h [find-all-symbols] make HeaderMapCollector optional in FindAllSymbols and FindAllMacros. 2016-05-20 09:12:01 +00:00
FindAllSymbolsAction.cpp [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols. 2016-05-24 15:10:58 +00:00
FindAllSymbolsAction.h [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols. 2016-05-24 15:10:58 +00:00
HeaderMapCollector.cpp [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols. 2016-05-24 15:10:58 +00:00
HeaderMapCollector.h [find-all-symbols] Added hardcode header mapping from header postfix to header name for STL symbols. 2016-05-24 15:10:58 +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 two wrong header mappings. 2016-06-15 11:15:12 +00:00
STLPostfixHeaderMap.h Include local header with quotes instead of angle brackets. 2016-05-25 14:14:52 +00:00
SymbolInfo.cpp [include-fixer] Inline trivial methods. 2016-05-31 14:40:10 +00:00
SymbolInfo.h [include-fixer] Inline trivial methods. 2016-05-31 14:40:10 +00:00
SymbolReporter.h [find-all-symbol] Add macro support. 2016-05-20 08:04:36 +00:00