Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/test/CXX/drs/cwg14xx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace cwg1423 { // cwg1423: 11

// cwg1425: na abi

namespace cwg1432 { // cwg1432: 16
namespace cwg1432 { // cwg1432: 16 open 2022-11-11
#if __cplusplus >= 201103L
namespace class_template_partial_spec {
template<typename T> T declval();
Expand Down
2 changes: 1 addition & 1 deletion clang/test/CXX/drs/cwg4xx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ namespace cwg471 { // cwg471: 2.8
// expected-note@#cwg471-G-using {{declared private here}}
} // namespace cwg471

namespace cwg472 { // cwg472: no drafting 2011-04
namespace cwg472 { // cwg472: no open 2011-04
struct B {
int i; // #cwg472-i
};
Expand Down
Loading