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.

+currently unknown will be marked in purple.

The LLVM bug tracker uses the "c", "c99", "c11", "c17", and "c23" labels to track known bugs with Clang's language diff --git a/clang/www/c_status.html b/clang/www/c_status.html index 47acb1f87b8e..fe56bc791ccb 100644 --- a/clang/www/c_status.html +++ b/clang/www/c_status.html @@ -9,7 +9,7 @@ .none { background-color: #FFCCCC } .partial { background-color: #FFE0B0 } .unreleased { background-color: #FFFF99 } - .unknown { background-color: #FF55FF } + .unknown { background-color: #DDAEF7 } .full { background-color: #CCFF99 } .na { background-color: #DDDDDD } :target { background-color: #FFFFBB; outline: #DDDD55 solid thin; } diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 2bded63d5cd4..4a3ed19161f9 100755 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -8,6 +8,7 @@