Author: Utkarsh Saxena
Date: 2022-10-06T16:00:54+02:00
New Revision: 364003e2da7f233725d6200ff469f80cc65b17c5

URL: 
https://github.com/llvm/llvm-project/commit/364003e2da7f233725d6200ff469f80cc65b17c5
DIFF: 
https://github.com/llvm/llvm-project/commit/364003e2da7f233725d6200ff469f80cc65b17c5.diff

LOG: [clang][C++20] Note github issue in the FIXME matching requires clause.

Added: 
    

Modified: 
    clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp

Removed: 
    


################################################################################
diff  --git 
a/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp 
b/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp
index e5b271cb9872..5c6804eb7726 100644
--- a/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp
+++ b/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3-2a.cpp
@@ -302,7 +302,7 @@ bool c = 0 == C(); // Rewrite not possible. expected-error 
{{invalid operands to
 } // templated
 } // using_decls
 
-// FIXME: Match requires clause.
+// FIXME(GH58185): Match requires clause.
 namespace match_requires_clause {
 template<int x>
 struct A {


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to