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 4e6864c clang-rename: check that the source location we find actually [...] new e92b2c3 [include-fixer] Rename XrefsDB to SymbolIndex.
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: docs/include-fixer.rst | 4 +-- include-fixer/CMakeLists.txt | 6 ++--- ...InMemoryXrefsDB.cpp => InMemorySymbolIndex.cpp} | 9 ++++--- .../{InMemoryXrefsDB.h => InMemorySymbolIndex.h} | 14 +++++------ include-fixer/IncludeFixer.cpp | 15 +++++------ include-fixer/IncludeFixer.h | 8 +++--- include-fixer/{XrefsDB.h => SymbolIndex.h} | 12 ++++----- .../{XrefsDBManager.cpp => SymbolIndexManager.cpp} | 8 +++--- .../{XrefsDBManager.h => SymbolIndexManager.h} | 18 +++++++------- .../{YamlXrefsDB.cpp => YamlSymbolIndex.cpp} | 20 +++++++-------- include-fixer/{YamlXrefsDB.h => YamlSymbolIndex.h} | 19 +++++++------- include-fixer/find-all-symbols/SymbolInfo.h | 6 ++--- include-fixer/tool/ClangIncludeFixer.cpp | 29 +++++++++++----------- unittests/include-fixer/IncludeFixerTest.cpp | 18 ++++++++------ 14 files changed, 96 insertions(+), 90 deletions(-) rename include-fixer/{InMemoryXrefsDB.cpp => InMemorySymbolIndex.cpp} (85%) rename include-fixer/{InMemoryXrefsDB.h => InMemorySymbolIndex.h} (67%) rename include-fixer/{XrefsDB.h => SymbolIndex.h} (76%) rename include-fixer/{XrefsDBManager.cpp => SymbolIndexManager.cpp} (91%) rename include-fixer/{XrefsDBManager.h => SymbolIndexManager.h} (69%) rename include-fixer/{YamlXrefsDB.cpp => YamlSymbolIndex.cpp} (71%) rename include-fixer/{YamlXrefsDB.h => YamlSymbolIndex.h} (64%)