Searched refs:Suggestion (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DWarnings.cpp39 StringRef Suggestion = DiagnosticIDs::getNearestWarningOption(Opt); local
40 if (!Suggestion.empty())
43 << (Prefix.str() += Opt) << (Prefix.str() += Suggestion);

Completed in 99 milliseconds