https://github.com/Endilll closed
https://github.com/llvm/llvm-project/pull/67969
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cor3ntin approved this pull request.
https://github.com/llvm/llvm-project/pull/67969
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -7145,7 +7145,7 @@ C++ defect report implementation
status
https://cplusplus.github.io/CWG/issues/1223.html";>1223
drafting
Syntactic disambiguation and trailing-return-types
-Not resolved
+Clang 17
Endilll wrote:
`make_cxx_dr_status` i
llvmbot wrote:
@llvm/pr-subscribers-clang
Changes
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 a
https://github.com/Endilll created
https://github.com/llvm/llvm-project/pull/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 c