Skip to content

Commit

Permalink
[Clang] Update DR status page to reflect Core Issues List 111.
Browse files Browse the repository at this point in the history
  • Loading branch information
cor3ntin committed Mar 25, 2023
1 parent 9795aa0 commit 254a71b
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 160 deletions.
2 changes: 1 addition & 1 deletion clang/test/CXX/drs/dr25xx.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -std=c++20 -triple x86_64-unknown-unknown %s -verify

namespace dr2518 { // dr2518: 17 review
namespace dr2518 { // dr2518: 17

template <class T>
void f(T t) {
Expand Down
3 changes: 2 additions & 1 deletion clang/test/CXX/drs/dr26xx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ using enum E; // expected-error {{unknown type name E}}
}
}

namespace dr2628 { // dr2628: no, this was reverted for the 16.x release
namespace dr2628 { // dr2628: no open
// this was reverted for the 16.x release
// due to regressions, see the issue for more details:
// https://github.com/llvm/llvm-project/issues/60777

Expand Down

0 comments on commit 254a71b

Please sign in to comment.