[PATCH] D148433: [clang] Add tests for DRs about complete-class context
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 17 08:56:37 PDT 2023
shafik added inline comments.
================
Comment at: clang/test/CXX/drs/dr16xx.cpp:46
+namespace dr1626 { // dr1626: no open
+// FIXME: all of the examples are well-formed
+#if __cplusplus >= 201103L
----------------
Since this is still open, should we be expressing an opinion on whether the examples are all well-formed or not?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148433/new/
https://reviews.llvm.org/D148433
More information about the cfe-commits
mailing list