llvm-project/clang-tools-extra/include-fixer/find-all-symbols
Roman Lebedev 12b40745ab Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>"
This reverts commit rL326202

This broke gcc4.8 builds, compiler just segfaults:
http://lab.llvm.org:8011/builders/clang-atom-d525-fedora-rel/builds/14909
http://lab.llvm.org:8011/builders/clang-x86_64-linux-abi-test/builds/22673

llvm-svn: 326203
2018-02-27 15:54:41 +00:00
..
tool [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +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 Adapt clang-tidy checks to changing semantics of hasDeclaration. 2017-08-02 13:13:11 +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 Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>" 2018-02-27 15:54:41 +00:00
HeaderMapCollector.cpp [FindAllSymbols] Cache regexes, creating them is expensive 2017-11-22 15:38:23 +00:00
HeaderMapCollector.h [FindAllSymbols] Cache regexes, creating them is expensive 2017-11-22 15:38:23 +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] Add more debug headers to the STL header list 2018-02-15 21:37:29 +00:00
STLPostfixHeaderMap.h [include-fixer] make HeaderMapCollector maps from regex instead of postfix. 2016-07-04 11:22:35 +00:00
SymbolInfo.cpp Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR 2017-06-30 20:57:16 +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