0e2c34f92f00628d48968dfea096d36381f494cb |
|
23-Mar-2015 |
Stephen Hines <srhines@google.com> |
Update aosp/master clang for rebase to r230699. Change-Id: I6a546ab3d4ae37119eebb735e102cca4f80ab520
/external/clang/test/CXX/drs/dr1xx.cpp
|
176edba5311f6eff0cad2631449885ddf4fbc9ea |
|
01-Dec-2014 |
Stephen Hines <srhines@google.com> |
Update aosp/master Clang for rebase to r222490. Change-Id: Ic557ac55e97fbf6ee08771c7b7c3594777b0aefd
/external/clang/test/CXX/drs/dr1xx.cpp
|
651f13cea278ec967336033dd032faef0e9fc2ec |
|
24-Apr-2014 |
Stephen Hines <srhines@google.com> |
Updated to Clang 3.5a. Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/test/CXX/drs/dr1xx.cpp
|
e83b4eb1cf3dd67f3f3700af3e498641268b50c7 |
|
08-Nov-2013 |
NAKAMURA Takumi <geek4civic@gmail.com> |
clang/test/CXX/drs/dr1xx.cpp: Add explicit triple x86_64-unknown-unknown to satisfy check7a and check8a since r194240. For i686 targets and LLP64 targets, we can see; error: 'error' diagnostics seen but not expected: File clang/test/CXX/drs/dr1xx.cpp Line 761: 'check7a' declared as an array with a negative size File clang/test/CXX/drs/dr1xx.cpp Line 765: 'check8a' declared as an array with a negative size 2 errors generated. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194246 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|
e9a5b3871f3d58fa226910fd8123c98fc8bc6c67 |
|
08-Nov-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Tests for core issue 170-200. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194240 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|
fed2603a98c8898cff5dec4b935a00bb9f4d8ecc |
|
07-Nov-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Tests for CWG issue 165-170. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194215 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|
cb82c8975fccdd0ae97c70c24e860d1383d81fd0 |
|
07-Nov-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Tests for DR150 - DR165. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194192 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|
743cbb91499e138a63a398c6515667905f1b3be8 |
|
04-Nov-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Implement final resolution of DR1402: implicitly-declared move operators that would be deleted are still declared, but are ignored by overload resolution. Also, don't delete such members if a subobject has no corresponding move operation and a non-trivial copy. This causes us to implicitly declare move operations in more cases, but risks move-assigning virtual bases multiple times in some circumstances (a warning for that is to follow). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193969 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|
b79b17b67f2c0de8fd343fdd070e5ccbfe20d602 |
|
15-Oct-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
PR17567: Improve diagnostic for a mistyped constructor name. If we see something that looks like a function declaration, except that it's missing a return type, try typo-correcting it to the relevant constructor name. In passing, fix a bug where the missing-type-specifier recovery codepath would drop a preceding scope specifier on the floor, leading to follow-on diagnostics and incorrect recovery for the auto-in-c++98 hack. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192644 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|
f6a144f5991c6b29622a31fdab86adede0648d12 |
|
26-Jun-2013 |
David Majnemer <david.majnemer@gmail.com> |
Implement DR136 Friend declarations that specify a default argument must be a definition and the only declaration in the translation unit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184889 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|
662f41bd9d4bfb4aebaba05e6043a6ff5f0dc2ff |
|
18-Jun-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
DR14, DR101, and part of DR1: fix handling of extern "C" declarations in namespaces, by treating them just like we treat extern "C" declarations in function scope. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184223 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|
5c8a92ef245c773fa56e66a8c88ae9393eea2fb6 |
|
17-Jun-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that triggers an error on MS targets where __SIZE_TYPE__ expands to 'long long'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184096 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|
ed7dc87192784841839908a88b6d0623f6278408 |
|
16-Jun-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Add tests for C++ DR100-150. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184057 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/drs/dr1xx.cpp
|