Home | History | Annotate | Download | only in libclang

Lines Matching full:spell

2713   // (often very broken) source code, where spell-checking can have a
2716 // Only do this if we haven't found a spell-checking-related argument.
2719 if (strcmp(command_line_args[I], "-fno-spell-checking") == 0 ||
2726 Args->push_back("-fno-spell-checking");