This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e9ec96ff97 clang-refactor: Use llvm_unreachable in an unused override new 6de2efd195 [refactor] allow the use of refactoring diagnostics
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: include/clang/Basic/AllDiagnostics.h | 1 + include/clang/Basic/CMakeLists.txt | 1 + include/clang/Basic/Diagnostic.td | 1 + include/clang/Basic/DiagnosticIDs.h | 6 ++- include/clang/Basic/DiagnosticRefactoringKinds.td | 25 +++++++++++ .../RefactoringActionRuleRequirements.h | 6 +-- .../Refactoring/RefactoringDiagnostic.h} | 15 +++---- .../Tooling/Refactoring/RefactoringRuleContext.h | 14 +++++++ include/clang/module.modulemap | 1 + lib/Basic/DiagnosticIDs.cpp | 5 ++- lib/Tooling/Refactoring/Rename/RenamingAction.cpp | 9 ++-- .../Refactor/LocalRename/NoSymbolSelectedError.cpp | 8 ++++ tools/clang-refactor/ClangRefactor.cpp | 35 ++++++++++++---- tools/clang-refactor/TestSupport.cpp | 18 +++++--- tools/clang-refactor/TestSupport.h | 4 +- .../clang-refactor/ToolRefactoringResultConsumer.h | 48 ++++++++++++++++++++++ tools/diagtool/DiagnosticNames.cpp | 1 + unittests/Tooling/RefactoringActionRulesTest.cpp | 13 +++--- 18 files changed, 170 insertions(+), 41 deletions(-) create mode 100644 include/clang/Basic/DiagnosticRefactoringKinds.td copy include/clang/{CrossTU/CrossTUDiagnostic.h => Tooling/Refactoring/Refactoring [...] create mode 100644 test/Refactor/LocalRename/NoSymbolSelectedError.cpp create mode 100644 tools/clang-refactor/ToolRefactoringResultConsumer.h