Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove 'noreturn' attribute from friend declaration. This attribute will be | Richard Smith | 2012-11-29 | 1 | -1/+1 |
| | | | | | | | inherited from the previous out-of-class declaration, and attributes on friend function declarations are ill-formed in C++11. llvm-svn: 168853 | ||||
* | Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ↵ | Howard Hinnant | 2012-09-14 | 1 | -1/+1 |
| | | | | | | send me a patch to CREDITS.TXT? llvm-svn: 163862 | ||||
* | libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with a | Richard Smith | 2012-07-26 | 1 | -7/+7 |
| | | | | | | platform-provided macro on some systems) to _LIBCPP_NORETURN. llvm-svn: 160773 | ||||
* | Modernize conversion to bool to the explicit bool conversion operator ↵ | Howard Hinnant | 2012-02-21 | 1 | -1/+1 |
| | | | | | | (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058. llvm-svn: 151088 | ||||
* | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -1/+1 |
| | | | | llvm-svn: 145624 | ||||
* | Further macro protection by replacing _[A-Z] with _[A-Z]p | Howard Hinnant | 2011-11-29 | 1 | -8/+8 |
| | | | | llvm-svn: 145410 | ||||
* | Windows support by Ruben Van Boxem. | Howard Hinnant | 2011-10-17 | 1 | -0/+2 |
| | | | | llvm-svn: 142235 | ||||
* | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 1 | -2/+2 |
| | | | | llvm-svn: 134190 | ||||
* | Applied noexcept to everything in [language.support] (Chapter 18) | Howard Hinnant | 2011-05-26 | 1 | -52/+52 |
| | | | | llvm-svn: 132129 | ||||
* | Added [[noreturn]] attribute everywhere it should be | Howard Hinnant | 2011-05-26 | 1 | -7/+9 |
| | | | | llvm-svn: 132125 | ||||
* | N3189 Observers for the three handler functions | Howard Hinnant | 2010-12-02 | 1 | -0/+4 |
| | | | | llvm-svn: 120712 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | visibility-decoration. | Howard Hinnant | 2010-09-21 | 1 | -9/+12 |
| | | | | llvm-svn: 114486 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -6/+6 |
| | | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -7/+7 |
| | | | | llvm-svn: 111750 | ||||
* | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -0/+6 |
| | | | | llvm-svn: 110828 | ||||
* | Corrected rethrow_if_nested | Howard Hinnant | 2010-05-28 | 1 | -5/+5 |
| | | | | llvm-svn: 104943 | ||||
* | [except.nested] | Howard Hinnant | 2010-05-27 | 1 | -0/+78 |
| | | | | llvm-svn: 104850 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+155 |
llvm-svn: 103490 |