blob: ba9c830d60464b67176693d9c81694c4b5bdd893 [file] [log] [blame]
//==--- DiagnosticRefactoringKinds.td - refactoring diagnostics -----------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
// Refactoring Diagnostics
//===----------------------------------------------------------------------===//
let Component = "Refactoring" in {
let CategoryName = "Refactoring Invocation Issue" in {
def err_refactor_no_selection : Error<"refactoring action can't be initiated "
"without a selection">;
def err_refactor_selection_no_symbol : Error<"there is no symbol at the given "
"location">;
}
} // end of Refactoring diagnostics