diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-03-14 18:20:45 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-03-14 18:20:45 +0000 |
commit | 3ecb3b868de9d4105e830eeed5aa5e9ccfe13f90 (patch) | |
tree | 99f54f7e95ee387693e51802675fb4ac39b43139 | |
parent | c61361d9946f51fe294d873cdd71e42bfcf7b847 (diff) | |
download | bcm5719-llvm-3ecb3b868de9d4105e830eeed5aa5e9ccfe13f90.tar.gz bcm5719-llvm-3ecb3b868de9d4105e830eeed5aa5e9ccfe13f90.zip |
Update DR script to mark Clang 6 as 'done' not 'svn'.
llvm-svn: 327546
-rwxr-xr-x | clang/www/make_cxx_dr_status | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/www/make_cxx_dr_status b/clang/www/make_cxx_dr_status index 164ae9919fe..3b0e09dc1e9 100755 --- a/clang/www/make_cxx_dr_status +++ b/clang/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"' |