Lines Matching full:diagnostics
165 "diagnostics, it may need to be made larger in " \
229 // 1. Add the number of diagnostics in each category preceding the in GetDiagInfo()
424 /// This only works on builtin diagnostics, not custom ones, and is not legal to
492 // Handle custom diagnostics, which cannot be mapped. in getDiagnosticLevel()
514 // Specific non-error diagnostics may be mapped to various levels from ignored in getDiagnosticSeverity()
526 // Upgrade ignored diagnostics if -Weverything is enabled. in getDiagnosticSeverity()
531 // Ignore -pedantic diagnostics inside __extension__ blocks. in getDiagnosticSeverity()
532 // (The diagnostics controlled by -pedantic are the extension diagnostics in getDiagnosticSeverity()
539 // For extension diagnostics that haven't been explicitly mapped, check if we in getDiagnosticSeverity()
578 // Custom diagnostics always are emitted in system headers. in getDiagnosticSeverity()
672 /// Return \c true if any diagnostics were found in this group, even if they
762 // or diagnostics are suppressed. in ProcessDiag()
775 // fatal error, but suppresses any diagnostics that follow those in ProcessDiag()
784 // diagnostics. in ProcessDiag()
834 assert(DiagLevel != DiagnosticIDs::Ignored && "Cannot emit ignored diagnostics!"); in EmitDiag()
848 // Custom diagnostics. in isUnrecoverable()