]> granicus.if.org Git - clang/commitdiff
Update make_cxx_dr_status after the 3.8 branch.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 13 Jan 2016 22:51:59 +0000 (22:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 13 Jan 2016 22:51:59 +0000 (22:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257695 91177308-0d34-0410-b5e6-96231b3b80d8

www/make_cxx_dr_status

index bb3007f432a53294663131803804de755d201f30..fe484284c189a4a212cebc1092a2a3fedf1effde 100755 (executable)
@@ -102,10 +102,10 @@ def availability(issue):
   if status == 'unknown':
     avail = 'Unknown'
     avail_style = ' class="none"'
-  elif status == '3.8':
+  elif status == '3.9':
     avail = 'SVN'
     avail_style = ' class="svn"'
-  elif status in ('3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7'):
+  elif status.startswith('3.'):
     avail = 'Clang %s' % status
     avail_style = ' class="full"'
   elif status == 'yes':