[all-commits] [llvm/llvm-project] 1a3a1d: [clang] Add check for duplicates to make_cxx_dr_st...
    Vlad Serebrennikov via All-commits 
    all-commits at lists.llvm.org
       
    Mon Oct  2 07:34:51 PDT 2023
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a3a1d9674df00451ab6f7153b78d5f60abcd3c9
      https://github.com/llvm/llvm-project/commit/1a3a1d9674df00451ab6f7153b78d5f60abcd3c9
  Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
  Date:   2023-10-02 (Mon, 02 Oct 2023)
  Changed paths:
    M clang/test/CXX/drs/dr12xx.cpp
    M clang/www/cxx_dr_status.html
    M clang/www/make_cxx_dr_status
  Log Message:
  -----------
  [clang] Add check for duplicates to make_cxx_dr_status script (#67969)
While working on #67965, I stumbled upon the fact that `make_cxx_dr_status` script doesn't check for duplicated comment (last comment wins), so I added this check.
It even found another instance of duplicated comment: CWG1223 was marked as CWG1227. I fixed status of the former.
    
    
More information about the All-commits
mailing list