diff --git a/clang/tools/diagtool/TreeView.cpp b/clang/tools/diagtool/TreeView.cpp --- a/clang/tools/diagtool/TreeView.cpp +++ b/clang/tools/diagtool/TreeView.cpp @@ -127,6 +127,9 @@ void showKey() { out << '\n' << Colors::GREEN << "GREEN" << Colors::RESET << " = enabled by default"; + out << '\n' + << Colors::YELLOW << "YELLOW" << Colors::RESET + << " = disabled by default"; out << '\n' << Colors::RED << "RED" << Colors::RESET << " = unimplemented (accepted for GCC compatibility)\n\n"; }