From 33e5db6e045d3a82e29a7c6ebffe259dfafefb3d Mon Sep 17 00:00:00 2001
From: Corentin Jabot
Date: Thu, 11 Jan 2024 10:19:44 +0100
Subject: [PATCH] [clang] Improve colors in status tracking web pages.
Use a consistent, more pastel color for unknown status
in papers and issues tracking pages
---
clang/.clang-tidy | 2 +-
clang/www/c_dr_status.html | 4 +-
clang/www/c_status.html | 2 +-
clang/www/cxx_dr_status.html | 3239 ++++++++++----------
clang/www/make_cxx_dr_status | 3 +-
llvm/cmake/modules/HandleLLVMOptions.cmake | 2 +-
6 files changed, 1627 insertions(+), 1625 deletions(-)
diff --git a/clang/.clang-tidy b/clang/.clang-tidy
index ba55beb095f5..7eef110c3cf7 100644
--- a/clang/.clang-tidy
+++ b/clang/.clang-tidy
@@ -1,5 +1,5 @@
# Note that the readability-identifier-naming check is disabled, there are too
# many violations in the codebase and they create too much noise in clang-tidy
# results.
-Checks: '-readability-identifier-naming'
+Checks: '-readability-identifier-naming, -misc-include*'
InheritParentConfig: true
diff --git a/clang/www/c_dr_status.html b/clang/www/c_dr_status.html
index 4fe088e29775..fa2ceb1be58b 100644
--- a/clang/www/c_dr_status.html
+++ b/clang/www/c_dr_status.html
@@ -12,7 +12,7 @@
.unreleased { background-color: #FFFF99 }
.full { background-color: #CCFF99 }
.na { background-color: #DDDDDD }
- .unknown { background-color: #FF55FF }
+ .unknown { background-color: #EBCAFE }
.open * { color: #AAAAAA }
//.open { filter: opacity(0.2) }
tr:target { background-color: #FFFFBB }
@@ -35,7 +35,7 @@
The implementation status for defect reports against the C Standard are
currently under investigation. Any defect report whose status in Clang is
-currently unknown will be marked in magenta.