reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 3016     CmdArgs.push_back("-fno-caret-diagnostics");
 3021     CmdArgs.push_back("-fno-diagnostics-fixit-info");
 3026     CmdArgs.push_back("-fdiagnostics-show-option");
 3030     CmdArgs.push_back("-fdiagnostics-show-category");
 3031     CmdArgs.push_back(A->getValue());
 3036     CmdArgs.push_back("-fdiagnostics-show-hotness");
 3042     CmdArgs.push_back(Args.MakeArgString(Opt));
 3046     CmdArgs.push_back("-fdiagnostics-format");
 3047     CmdArgs.push_back(A->getValue());
 3055       CmdArgs.push_back("-fdiagnostics-show-note-include-stack");
 3057       CmdArgs.push_back("-fno-diagnostics-show-note-include-stack");
 3083     CmdArgs.push_back("-fcolor-diagnostics");
 3086     CmdArgs.push_back("-fansi-escape-codes");
 3090     CmdArgs.push_back("-fno-show-source-location");
 3093     CmdArgs.push_back("-fdiagnostics-absolute-paths");
 3097     CmdArgs.push_back("-fno-show-column");
 3101     CmdArgs.push_back("-fno-spell-checking");