[clang] [clang] Add covariance tests that make sure we return an error when return value is different in pointer / lvalue ref / rvalue ref (PR #112853)
Boaz Brickner via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 21 06:54:53 PDT 2024
================
@@ -93,6 +93,38 @@ struct B : A {
} // namespace example2
} // namespace cwg952
+namespace cwg960 { // cwg960: 2.8
----------------
bricknerb wrote:
Thanks!
Done.
https://github.com/llvm/llvm-project/pull/112853
More information about the cfe-commits
mailing list