[PATCH] D147920: [clang] Add test for CWG399
    Vlad Serebrennikov via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Apr 10 01:45:08 PDT 2023
    
    
  
Endill added inline comments.
================
Comment at: clang/test/CXX/drs/dr3xx.cpp:1439
+
+namespace dr399 { // dr399: 11
+                  // NB: reuse dr244 test 
----------------
Despite a couple of FIXME in CWG244 test (out of dozens of examples), it claims full availability since Clang 11. I'd take a more conservative approach, declaring partial support, but I think that declaring different availability for the same test would bring unnecessary confusion. So I followed CWG244 availability.
Alternative is to demote CWG244 to partial, but I'm not sure we should go back on our claims for CWG support that has been out for so long.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147920/new/
https://reviews.llvm.org/D147920
    
    
More information about the cfe-commits
mailing list