From: Richard Smith Date: Wed, 14 Mar 2018 18:20:45 +0000 (+0000) Subject: Update DR script to mark Clang 6 as 'done' not 'svn'. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3bd2e88afb2f3c77ec223f40c226c353092cb52;p=clang Update DR script to mark Clang 6 as 'done' not 'svn'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@327546 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/make_cxx_dr_status b/www/make_cxx_dr_status index 164ae9919f..3b0e09dc1e 100755 --- a/www/make_cxx_dr_status +++ b/www/make_cxx_dr_status @@ -111,9 +111,6 @@ def availability(issue): elif status == '7': avail = 'SVN' avail_style = ' class="svn"' - elif status == '6': - avail = 'Clang 6' - avail_style = ' class="svn"' elif re.match('^[0-9]+\.?[0-9]*', status): avail = 'Clang %s' % status avail_style = ' class="full"'