David Majnemer
12d3783add
Mark DR1940 as implemented
...
llvm-svn: 229829
2015-02-19 07:29:01 +00:00
David Majnemer
6440548434
Mark DR1947 as implemented
...
llvm-svn: 229828
2015-02-19 07:28:57 +00:00
David Majnemer
7da2302780
Mark DR1948 as implemented
...
llvm-svn: 229827
2015-02-19 07:28:55 +00:00
David Majnemer
54dc82e1d2
Mark DR1994 as a duplicate of DR529
...
llvm-svn: 229826
2015-02-19 07:28:52 +00:00
David Majnemer
2dbad01349
Mark DR1968 as implemented
...
llvm-svn: 229825
2015-02-19 07:28:49 +00:00
Richard Smith
3cfad7ee25
Update cxx_dr_status to cover dr1748 and add test.
...
llvm-svn: 229229
2015-02-14 03:38:31 +00:00
Larisse Voufo
4891e74c39
Re-arrange DR test cases, and update DR status page.
...
llvm-svn: 227279
2015-01-28 01:01:21 +00:00
Richard Smith
48372b68fe
DR1902: if overload resolution recurses, and the inner overload resolution
...
selects a deleted function, the outer function is still a candidate even though
the initialization sequence is "otherwise ill-formed".
llvm-svn: 227169
2015-01-27 03:30:40 +00:00
Hans Wennborg
a38fb96796
Update cxx_dr_status.html after 3.6 branch
...
llvm-svn: 226008
2015-01-14 18:14:00 +00:00
Richard Smith
5a0e50cd87
DR1048: drop top-level cv-qualifiers when deducing the return type of a
...
lambda-expression in C++11, to match the C++14 rules.
llvm-svn: 224620
2014-12-19 22:10:51 +00:00
Richard Smith
d52186ff5a
DR1684: a constexpr member function need not be a member of a literal class type.
...
llvm-svn: 224388
2014-12-16 23:12:52 +00:00
Richard Smith
0680d8aa68
Per comments on PR12350, move DR244 back from 'done' to 'partial' and add tests showing what we get wrong.
...
llvm-svn: 220009
2014-10-17 01:03:17 +00:00
Richard Smith
31563ef090
Tests for DR600-640.
...
llvm-svn: 218591
2014-09-29 06:03:56 +00:00
Richard Smith
2d525eb9ad
Tests for DR581-600.
...
llvm-svn: 217844
2014-09-15 22:56:03 +00:00
Richard Smith
c0d20ef22a
Update DR status list to reflect that Clang 3.5 has been released.
...
llvm-svn: 217608
2014-09-11 17:29:13 +00:00
Richard Smith
414598e20a
Tests for DR573-580.
...
llvm-svn: 217606
2014-09-11 17:28:14 +00:00
Richard Smith
8c9d2c7cc5
Remove suppression of dr547 test and instead test that deduction succeeds if we
...
use __thiscall. (This doesn't actually work for MSVC; they don't allow the
__thiscall qualifier here, but it's sufficient to demonstrate that we do
implement the intent of the DR.)
llvm-svn: 217213
2014-09-05 00:17:00 +00:00
Richard Smith
a10a16264f
Tests for DR550-572.
...
llvm-svn: 216953
2014-09-02 21:29:16 +00:00
Richard Smith
fb640501a2
Tests for DR525-550.
...
llvm-svn: 216834
2014-08-31 03:06:20 +00:00
Richard Smith
8de08a9627
Update DR page for latest revision of CWG issues list.
...
llvm-svn: 210130
2014-06-03 21:58:55 +00:00
Richard Smith
454a7cdfb3
Implement DR990 and DR1070. Aggregate initialization initializes uninitialized
...
elements from {}, rather than value-initializing them. This permits calling an
initializer-list constructor or constructing a std::initializer_list object.
(It would also permit initializing a const reference or rvalue reference if
that weren't explicitly prohibited by other rules.)
llvm-svn: 210091
2014-06-03 08:26:00 +00:00
David Majnemer
e37a6ce9f7
Sema: Implement DR244
...
Summary:
Naming the destructor using a typedef-name for the class-name is
well-formed.
This fixes PR19620.
Reviewers: rsmith, doug.gregor
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D3583
llvm-svn: 209319
2014-05-21 20:19:59 +00:00
Richard Smith
6fdeaabda9
Correct incoherent function versus function template partial ordering for conversion operators (the comparison could claim that two conversion operators are both better than each other). Actually implement DR495, rather than passing its test by chance because the declarations happened to be in the "lucky" order.
...
llvm-svn: 209054
2014-05-17 01:58:45 +00:00
David Majnemer
a2245271af
Revert "Sema: Implement DR244"
...
This was accidentally committed.
This reverts commit r207892.
llvm-svn: 207893
2014-05-03 02:22:11 +00:00
David Majnemer
22fcb08357
Sema: Implement DR244
...
Naming the destructor using a typedef-name for the class-name is
well-formed.
This fixes PR19620.
llvm-svn: 207892
2014-05-03 02:18:46 +00:00
David Majnemer
deca705593
Sema: Implement DR477
...
Summary: Friend declarations shouldn't mention explicit or virtual.
Reviewers: rsmith
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D3562
llvm-svn: 207682
2014-04-30 18:24:01 +00:00
Richard Smith
c7f9bb1757
Tests for DR501-525.
...
llvm-svn: 206123
2014-04-13 00:40:32 +00:00
Richard Smith
5557f6d678
Add failing testcase for DR305. Looks like we didn't implement the resolution
...
here in the simple-template-id case.
llvm-svn: 205273
2014-04-01 01:58:11 +00:00
David Majnemer
ee4f4025c3
Sema: Implement DR317
...
Summary:
Declaring a function as inline after it has been defined is in violation
of [dcl.fct.spec]p4. The program would get a strong definition instead
of getting a function with linkonce_odr linkage.
Reviewers: rsmith
CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D3220
llvm-svn: 205129
2014-03-30 06:44:54 +00:00
Richard Smith
6190ee65e1
Tests for dr475-dr500.
...
llvm-svn: 205127
2014-03-30 06:05:29 +00:00
Richard Smith
17710217fa
Tests for DR450-475.
...
llvm-svn: 204217
2014-03-19 08:04:12 +00:00
Richard Smith
ba41a73993
Tests for DR400-450.
...
llvm-svn: 204033
2014-03-17 08:20:10 +00:00
Richard Smith
4a558a44a0
Tests for DR389-399.
...
llvm-svn: 203771
2014-03-13 08:40:37 +00:00
Richard Smith
66204ecff9
DR1346: a parenthesized braced-init-list cannot be used as the initializer when
...
performing auto type deduction.
llvm-svn: 203683
2014-03-12 17:42:45 +00:00
Richard Smith
b81b196a58
Tests for DR381-388.
...
llvm-svn: 203549
2014-03-11 07:49:32 +00:00
Richard Smith
a13f8ae84e
DR status page: add link targets for individual DRs, and link duplicates.
...
llvm-svn: 203022
2014-03-05 23:02:47 +00:00
Richard Smith
faf156ad15
Tests for DR370-380.
...
Also promote a couple of Warnings on ill-formed code found by this testing to
ExtWarns.
llvm-svn: 203021
2014-03-05 22:54:58 +00:00
Richard Smith
2f0e4e78b2
Add tests for newly-resolved core issues <= 370.
...
llvm-svn: 202889
2014-03-04 21:14:30 +00:00
Richard Smith
37213e219b
Update DR status page to match post-Issaquah core issues list.
...
llvm-svn: 202886
2014-03-04 20:44:20 +00:00
David Majnemer
141a7b5402
Remove gunk from cxx_dr_status.html
...
Accidentally piped the stdout from make_cxx_dr_status into
cxx_dr_status.html
llvm-svn: 201634
2014-02-19 03:21:27 +00:00
David Majnemer
49864d6676
Regenerate DR status page.
...
llvm-svn: 201632
2014-02-19 03:03:21 +00:00
Richard Smith
cc4a72ecd2
Tests for DR351-370, plus update DR status page to match the latest core issue list.
...
llvm-svn: 201106
2014-02-10 19:53:17 +00:00
Richard Smith
18819307d3
DR101, PR12770: If a function is declared in the same context as a
...
using-declaration, and they declare the same function (either because
the using-declaration is in the same namespace as the declaration it
imports, or because they're both extern "C"), they do not conflict.
llvm-svn: 200897
2014-02-06 01:31:33 +00:00
Richard Smith
c94410bc8d
Tests for DR331-350.
...
llvm-svn: 200678
2014-02-03 06:34:23 +00:00
Richard Smith
209bbb7774
Update C++ DR page now 3.4 has been released.
...
llvm-svn: 200674
2014-02-03 02:40:25 +00:00
Richard Smith
91dfaacd38
Implement DR329. We already did the right thing here in C++98 mode, but r104014
...
(which implemented the DR) was disabled in C++11.
llvm-svn: 200673
2014-02-03 02:37:59 +00:00
Richard Smith
9f38709193
Tests for DR321-330.
...
llvm-svn: 200672
2014-02-03 02:13:49 +00:00
Richard Smith
6938adbd16
Tests for DR301-320.
...
llvm-svn: 200671
2014-02-03 01:23:27 +00:00
Richard Smith
6a6a4bbdd4
PR17052 / DR1560 (+DR1550): In a conditional expression between a glvalue and a
...
throw-expression, the result is also a glvalue and isn't unnecessarily coerced
to a prvalue.
llvm-svn: 200189
2014-01-27 04:19:56 +00:00
Richard Smith
8e6afd4785
Regenerate DR status page.
...
llvm-svn: 196893
2013-12-10 08:26:19 +00:00