Home | History | Annotate | Download | only in Frontend

Lines Matching full:msvc

379   case DiagnosticOptions::Msvc:  
380 Res.push_back("-fdiagnostics-format=msvc"); break;
1419 else if (Format == "msvc")
1420 Opts.Format = DiagnosticOptions::Msvc;