| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 371881
|
|
|
|
| |
llvm-svn: 360944
|
|
|
|
| |
llvm-svn: 359415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to reflect the new license. These used slightly different spellings that
defeated my regular expressions.
We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.
Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.
llvm-svn: 351648
|
|
|
|
| |
llvm-svn: 337662
|
|
|
|
|
|
|
| |
I'm still not exactly sure why the test fails, but I suspect it's
a bug in GCC. More investigation needed.
llvm-svn: 302489
|
|
|
|
|
|
| |
available, rather than #ifdef'ing away the relevant tests if it's unavailable.
llvm-svn: 288543
|
|
|
|
|
|
|
| |
disable the test entirely for those cases. This is a quick patch, I'll look at
a proper feature flag next.
llvm-svn: 288539
|
|
|
|
|
|
|
| |
and catching as non-noexcept to match the final design per discusson on
cxx-abi-dev.
llvm-svn: 288457
|
|
catching as non-noexcept
This implements the following proposal from cxx-abi-dev:
http://sourcerytools.com/pipermail/cxx-abi-dev/2016-October/002988.html
... which is necessary for complete support of http://wg21.link/p0012,
specifically throwing noexcept function and member function pointers and
catching them as non-noexcept pointers.
Differential Review: https://reviews.llvm.org/D26178
llvm-svn: 285867
|