NAKAMURA Takumi
0104b759d5
clang/test/CXX/drs/dr4xx.cpp: Use env(1) to satisfy lit internal runner.
...
llvm-svn: 208532
2014-05-12 10:16:20 +00:00
Kostya Serebryany
e0156bf1cd
disable asan's detect_stack_use_after_return when running CXX/drs/dr4xx.cpp (temporary workaround for PR19722); This should make the asan bootstrap bot green again
...
llvm-svn: 208521
2014-05-12 07:05:16 +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
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
6a70c6420f
Remove 'REQUIRES: LP64' from these tests and use a more targeted fix.
...
llvm-svn: 204096
2014-03-18 00:30:09 +00:00
NAKAMURA Takumi
23b5eaf706
clang/test/CXX/drs: Add "REQUIRES:LP64" to a couple of tests in r204033. [PR8833]
...
llvm-svn: 204038
2014-03-17 11:55:46 +00:00
Richard Smith
ba41a73993
Tests for DR400-450.
...
llvm-svn: 204033
2014-03-17 08:20:10 +00:00
Richard Smith
a230224be4
Implement DR482: namespace members can be redeclared with a qualified name
...
within their namespace, and such a redeclaration isn't required to be a
definition any more.
Update DR status page to say Clang 3.4 instead of SVN and add new Clang 3.5
category (but keep Clang 3.4 yellow for now).
llvm-svn: 196481
2013-12-05 07:51:02 +00:00
Richard Smith
00f5d8927b
DR408: If a static data member of incomplete array type is declared in a class
...
template, that member has a dependent type (even if we can see the definition
of the member of the primary template), because the array size could change in
a member specialization.
Patch by Karthik Bhat!
llvm-svn: 194740
2013-11-14 22:40:45 +00:00