Home | History | Annotate | Download | only in Frontend

Lines Matching full:msvc

352   case DiagnosticOptions::Msvc:  
353 Res.push_back("-fdiagnostics-format=msvc"); break;
1261 else if (Format == "msvc")
1262 Opts.Format = DiagnosticOptions::Msvc;