diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-12-15 22:16:47 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-12-15 22:16:47 +0000 |
commit | 8dcfcf79abf0359a367568dc0c57e01d9d82c6d2 (patch) | |
tree | 602dfd308536335ea4f6bd2e7ace0fafbf3af09c /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py | |
parent | 3ecc84afb3099fc8b01a36e1957f7619648b3d8c (diff) | |
download | bcm5719-llvm-8dcfcf79abf0359a367568dc0c57e01d9d82c6d2.tar.gz bcm5719-llvm-8dcfcf79abf0359a367568dc0c57e01d9d82c6d2.zip |
[libcxx] Enable noexcept for GCC 4.6 and greater
Summary:
This patch allows GCC 4.6 and above to use `noexcept` as opposed to `throw()`.
Is it an ABI safe change to suddenly switch on `noexcept`? I imagine it must be because it's disabled in w/ clang in C++03 but not C++11.
Reviewers: danalbert, jroelofs, mclow.lists
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D15516
llvm-svn: 255683
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py')
0 files changed, 0 insertions, 0 deletions