| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted ↵ | Marshall Clow | 2016-11-14 | 1 | -0/+12 |
| | | | | | | | last week in Issaquah llvm-svn: 286858 | ||||
| * | Implement is_error_code_v and is_error_condition_v for c++17. Rework the ↵ | Marshall Clow | 2016-09-24 | 1 | -0/+16 |
| | | | | | | | tests for is_error_code and is_error_condition, since they were really lacking. Thanks to Alisdair for the heads-up that we were missing these. llvm-svn: 282331 | ||||
| * | Add attribute noreturn to functions that throw | Aditya Kumar | 2016-08-27 | 1 | -1/+2 |
| | | | | | | | | | | Reviewers: mclow.lists, EricWF, howard.hinnant, sebpop Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D21232 llvm-svn: 279903 | ||||
| * | Fix most GCC warnings during build. Only -Wattribute left. | Eric Fiselier | 2015-08-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 246280 | ||||
| * | G M: Improve support for compilers not supporting defaulted functions. | Howard Hinnant | 2013-08-24 | 1 | -1/+1 |
| | | | | | llvm-svn: 189184 | ||||
| * | David Blaikie suggested this test for detecting constexpr on the ↵ | Howard Hinnant | 2013-08-22 | 1 | -1/+2 |
| | | | | | | | error_category default constructor. Additionally I decided to make this constructor trivial as well, as I could not come up with a rationale for not doing so. Fully tested with both current Apple clang and tip-of-trunk clang. llvm-svn: 189034 | ||||
| * | LWG 2145 - mark constructor for std::error_category as inline and constexpr. ↵ | Marshall Clow | 2013-08-21 | 1 | -0/+5 |
| | | | | | | | Leave the (existing, out-of-line, non-constexpr) in the dylib for compatibility with existing programs) llvm-svn: 188858 | ||||
| * | Nico Rieck: this patch series fixes visibility issues on Windows as ↵ | Howard Hinnant | 2013-08-12 | 1 | -8/+8 |
| | | | | | | | explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>. llvm-svn: 188192 | ||||
| * | No functionality change at this time. I've split _LIBCPP_VISIBLE up into ↵ | Howard Hinnant | 2013-03-06 | 1 | -11/+11 |
| | | | | | | | two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute. llvm-svn: 176593 | ||||
| * | Rename uses of _ and __ because these are getting stepped on by macros from ↵ | Howard Hinnant | 2012-10-30 | 1 | -1/+1 |
| | | | | | | | other system code. llvm-svn: 167038 | ||||
| * | Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ↵ | Howard Hinnant | 2012-09-14 | 1 | -4/+4 |
| | | | | | | | send me a patch to CREDITS.TXT? llvm-svn: 163862 | ||||
| * | It appears that the standard accidentally removed the default constructor ↵ | Howard Hinnant | 2012-03-21 | 1 | -1/+1 |
| | | | | | | | for error_category. I'm putting it back in. This fixes http://llvm.org/bugs/show_bug.cgi?id=12321. llvm-svn: 153194 | ||||
| * | Modernize conversion to bool to the explicit bool conversion operator ↵ | Howard Hinnant | 2012-02-21 | 1 | -2/+2 |
| | | | | | | | (library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058. llvm-svn: 151088 | ||||
| * | Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto ↵ | Howard Hinnant | 2011-12-02 | 1 | -11/+4 |
| | | | | | | | Ganesh Barbati llvm-svn: 145698 | ||||
| * | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -2/+2 |
| | | | | | llvm-svn: 145624 | ||||
| * | Further macro protection by replacing _[A-Z] with _[A-Z]p | Howard Hinnant | 2011-11-29 | 1 | -12/+12 |
| | | | | | llvm-svn: 145410 | ||||
| * | Windows support by Ruben Van Boxem. | Howard Hinnant | 2011-10-17 | 1 | -0/+2 |
| | | | | | llvm-svn: 142235 | ||||
| * | Applied noexcept to everything in [diagnostics] (Chapter 19) | Howard Hinnant | 2011-05-26 | 1 | -89/+97 |
| | | | | | llvm-svn: 132137 | ||||
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | | llvm-svn: 119395 | ||||
| * | visibility-decoration. | Howard Hinnant | 2010-09-23 | 1 | -9/+16 |
| | | | | | llvm-svn: 114671 | ||||
| * | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -1/+0 |
| | | | | | llvm-svn: 111750 | ||||
| * | #ifdef around Solaris/Linux/Darwin-specific error codes and replace them ↵ | David Chisnall | 2010-08-11 | 1 | -0/+20 |
| | | | | | | | with their BSD equivalents if they are not available. llvm-svn: 110827 | ||||
| * | 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/+607 |
| llvm-svn: 103490 | |||||

