This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from b099ab80 [clangd] Add std subnamespace symbols to the symbol map. new ed2ccf9a Rename directory housing clang-include-fixer to be eponymous
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 4 ++-- {include-fixer => clang-include-fixer}/CMakeLists.txt | 0 .../FuzzySymbolIndex.cpp | 0 .../FuzzySymbolIndex.h | 2 +- .../InMemorySymbolIndex.cpp | 0 .../InMemorySymbolIndex.h | 0 .../IncludeFixer.cpp | 6 +++--- {include-fixer => clang-include-fixer}/IncludeFixer.h | 2 +- .../IncludeFixerContext.cpp | 0 .../IncludeFixerContext.h | 0 {include-fixer => clang-include-fixer}/SymbolIndex.h | 0 .../SymbolIndexManager.cpp | 2 +- .../SymbolIndexManager.h | 0 .../YamlSymbolIndex.cpp | 0 .../YamlSymbolIndex.h | 0 .../find-all-symbols/CMakeLists.txt | 0 .../find-all-symbols/FindAllMacros.cpp | 0 .../find-all-symbols/FindAllMacros.h | 0 .../find-all-symbols/FindAllSymbols.cpp | 0 .../find-all-symbols/FindAllSymbols.h | 0 .../find-all-symbols/FindAllSymbolsAction.cpp | 0 .../find-all-symbols/FindAllSymbolsAction.h | 0 .../find-all-symbols/HeaderMapCollector.cpp | 0 .../find-all-symbols/HeaderMapCollector.h | 0 .../find-all-symbols/PathConfig.cpp | 0 .../find-all-symbols/PathConfig.h | 0 .../find-all-symbols/PragmaCommentHandler.cpp | 0 .../find-all-symbols/PragmaCommentHandler.h | 0 .../find-all-symbols/STLPostfixHeaderMap.cpp | 0 .../find-all-symbols/STLPostfixHeaderMap.h | 0 .../find-all-symbols/SymbolInfo.cpp | 0 .../find-all-symbols/SymbolInfo.h | 0 .../find-all-symbols/SymbolReporter.h | 0 .../find-all-symbols/tool/CMakeLists.txt | 0 .../find-all-symbols/tool/FindAllSymbolsMain.cpp | 0 .../find-all-symbols/tool/run-find-all-symbols.py | 0 .../plugin/CMakeLists.txt | 0 .../plugin/IncludeFixerPlugin.cpp | 0 .../tool/CMakeLists.txt | 0 .../tool/ClangIncludeFixer.cpp | 11 ++++++----- .../tool/clang-include-fixer-test.el | 0 .../tool/clang-include-fixer.el | 6 +++--- .../tool/clang-include-fixer.py | 14 ++++++++------ clang-move/Move.cpp | 2 +- clang-tidy/add_new_check.py | 2 +- docs/ReleaseNotes.rst | 2 +- docs/{include-fixer.rst => clang-include-fixer.rst} | 6 +++--- docs/doxygen.cfg.in | 2 +- docs/index.rst | 2 +- .../Inputs/database_template.json | 0 .../Inputs/fake_yaml_db.yaml | 2 +- .../Inputs/merge/a.yaml | 0 .../Inputs/merge/b.yaml | 0 .../commandline_options.cpp | 0 .../exit_on_fatal.cpp | 0 .../fixeddb.cpp | 0 test/clang-include-fixer/include_path.cpp | 19 +++++++++++++++++++ .../{include-fixer => clang-include-fixer}/merge.test | 0 test/clang-include-fixer/multiple_fixes.cpp | 13 +++++++++++++ .../prefix_variable.cpp | 0 .../query_symbol.cpp | 0 .../ranking.cpp | 2 +- .../yaml_fuzzy.cpp | 2 +- .../{include-fixer => clang-include-fixer}/yamldb.cpp | 0 .../yamldb_autodetect.cpp | 0 test/include-fixer/include_path.cpp | 19 ------------------- test/include-fixer/multiple_fixes.cpp | 13 ------------- unittests/CMakeLists.txt | 2 +- .../CMakeLists.txt | 2 +- .../FuzzySymbolIndexTests.cpp | 0 .../IncludeFixerTest.cpp | 4 ++-- .../find-all-symbols/CMakeLists.txt | 2 +- .../find-all-symbols/FindAllSymbolsTests.cpp | 0 73 files changed, 73 insertions(+), 70 deletions(-) rename {include-fixer => clang-include-fixer}/CMakeLists.txt (100%) rename {include-fixer => clang-include-fixer}/FuzzySymbolIndex.cpp (100%) rename {include-fixer => clang-include-fixer}/FuzzySymbolIndex.h (95%) rename {include-fixer => clang-include-fixer}/InMemorySymbolIndex.cpp (100%) rename {include-fixer => clang-include-fixer}/InMemorySymbolIndex.h (100%) rename {include-fixer => clang-include-fixer}/IncludeFixer.cpp (98%) rename {include-fixer => clang-include-fixer}/IncludeFixer.h (99%) rename {include-fixer => clang-include-fixer}/IncludeFixerContext.cpp (100%) rename {include-fixer => clang-include-fixer}/IncludeFixerContext.h (100%) rename {include-fixer => clang-include-fixer}/SymbolIndex.h (100%) rename {include-fixer => clang-include-fixer}/SymbolIndexManager.cpp (99%) rename {include-fixer => clang-include-fixer}/SymbolIndexManager.h (100%) rename {include-fixer => clang-include-fixer}/YamlSymbolIndex.cpp (100%) rename {include-fixer => clang-include-fixer}/YamlSymbolIndex.h (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/CMakeLists.txt (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/FindAllMacros.cpp (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/FindAllMacros.h (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/FindAllSymbols.cpp (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/FindAllSymbols.h (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/FindAllSymbolsActio [...] rename {include-fixer => clang-include-fixer}/find-all-symbols/FindAllSymbolsActio [...] rename {include-fixer => clang-include-fixer}/find-all-symbols/HeaderMapCollector. [...] rename {include-fixer => clang-include-fixer}/find-all-symbols/HeaderMapCollector. [...] rename {include-fixer => clang-include-fixer}/find-all-symbols/PathConfig.cpp (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/PathConfig.h (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/PragmaCommentHandle [...] rename {include-fixer => clang-include-fixer}/find-all-symbols/PragmaCommentHandle [...] rename {include-fixer => clang-include-fixer}/find-all-symbols/STLPostfixHeaderMap [...] rename {include-fixer => clang-include-fixer}/find-all-symbols/STLPostfixHeaderMap [...] rename {include-fixer => clang-include-fixer}/find-all-symbols/SymbolInfo.cpp (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/SymbolInfo.h (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/SymbolReporter.h (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/tool/CMakeLists.txt (100%) rename {include-fixer => clang-include-fixer}/find-all-symbols/tool/FindAllSymbols [...] rename {include-fixer => clang-include-fixer}/find-all-symbols/tool/run-find-all-s [...] rename {include-fixer => clang-include-fixer}/plugin/CMakeLists.txt (100%) rename {include-fixer => clang-include-fixer}/plugin/IncludeFixerPlugin.cpp (100%) rename {include-fixer => clang-include-fixer}/tool/CMakeLists.txt (100%) rename {include-fixer => clang-include-fixer}/tool/ClangIncludeFixer.cpp (97%) rename {include-fixer => clang-include-fixer}/tool/clang-include-fixer-test.el (100%) rename {include-fixer => clang-include-fixer}/tool/clang-include-fixer.el (99%) rename {include-fixer => clang-include-fixer}/tool/clang-include-fixer.py (95%) rename docs/{include-fixer.rst => clang-include-fixer.rst} (96%) rename test/{include-fixer => clang-include-fixer}/Inputs/database_template.json (100%) rename test/{include-fixer => clang-include-fixer}/Inputs/fake_yaml_db.yaml (96%) rename test/{include-fixer => clang-include-fixer}/Inputs/merge/a.yaml (100%) rename test/{include-fixer => clang-include-fixer}/Inputs/merge/b.yaml (100%) rename test/{include-fixer => clang-include-fixer}/commandline_options.cpp (100%) rename test/{include-fixer => clang-include-fixer}/exit_on_fatal.cpp (100%) rename test/{include-fixer => clang-include-fixer}/fixeddb.cpp (100%) create mode 100644 test/clang-include-fixer/include_path.cpp rename test/{include-fixer => clang-include-fixer}/merge.test (100%) create mode 100644 test/clang-include-fixer/multiple_fixes.cpp rename test/{include-fixer => clang-include-fixer}/prefix_variable.cpp (100%) rename test/{include-fixer => clang-include-fixer}/query_symbol.cpp (100%) rename test/{include-fixer => clang-include-fixer}/ranking.cpp (89%) rename test/{include-fixer => clang-include-fixer}/yaml_fuzzy.cpp (74%) rename test/{include-fixer => clang-include-fixer}/yamldb.cpp (100%) rename test/{include-fixer => clang-include-fixer}/yamldb_autodetect.cpp (100%) delete mode 100644 test/include-fixer/include_path.cpp delete mode 100644 test/include-fixer/multiple_fixes.cpp rename unittests/{include-fixer => clang-include-fixer}/CMakeLists.txt (89%) rename unittests/{include-fixer => clang-include-fixer}/FuzzySymbolIndexTests.cpp (100%) rename unittests/{include-fixer => clang-include-fixer}/IncludeFixerTest.cpp (99%) rename unittests/{include-fixer => clang-include-fixer}/find-all-symbols/CMakeList [...] rename unittests/{include-fixer => clang-include-fixer}/find-all-symbols/FindAllSy [...]