[clang] [lldb] [clang] implement CWG1980 and CWG2064: instantiation-dependency improvements (PR #190495)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 21 23:26:27 PDT 2026
================
@@ -108,3 +108,22 @@ decltype([b = C(3)](){ return 4; }()) x;
} // namespace cwg3156
// cwg3172: na
+
+namespace cwg3179 { // cwg3179: 23 tentatively ready 2026-04-30
----------------
h-vetinari wrote:
```suggestion
namespace cwg3179 { // cwg3179: 24 tentatively ready 2026-04-30
```
https://github.com/llvm/llvm-project/pull/190495
More information about the cfe-commits
mailing list