Warning, /include/clang/Basic/DiagnosticRefactoringKinds.inc is written in an unsupported language. File is not indexed.
0001 #ifdef REFACTORINGSTART
0002 __REFACTORINGSTART = DIAG_START_REFACTORING,
0003 #undef REFACTORINGSTART
0004 #endif
0005
0006 DIAG(err_refactor_code_outside_of_function, CLASS_ERROR, (unsigned)diag::Severity::Error, "the selected code is not a part of a function's / method's body", 0, SFINAE_SubstitutionFailure, false, true, true, false, 29)
0007 DIAG(err_refactor_extract_prohibited_expression, CLASS_ERROR, (unsigned)diag::Severity::Error, "the selected expression cannot be extracted", 0, SFINAE_SubstitutionFailure, false, true, true, false, 29)
0008 DIAG(err_refactor_extract_simple_expression, CLASS_ERROR, (unsigned)diag::Severity::Error, "the selected expression is too simple to extract", 0, SFINAE_SubstitutionFailure, false, true, true, false, 29)
0009 DIAG(err_refactor_no_selection, CLASS_ERROR, (unsigned)diag::Severity::Error, "refactoring action cannot be initiated without a selection", 0, SFINAE_SubstitutionFailure, false, true, true, false, 29)
0010 DIAG(err_refactor_selection_invalid_ast, CLASS_ERROR, (unsigned)diag::Severity::Error, "the provided selection does not overlap with the AST nodes of interest", 0, SFINAE_SubstitutionFailure, false, true, true, false, 29)
0011 DIAG(err_refactor_selection_no_symbol, CLASS_ERROR, (unsigned)diag::Severity::Error, "there is no symbol at the given location", 0, SFINAE_SubstitutionFailure, false, true, true, false, 29)