Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to fix test/SemaCXX/deleted-operator.cpp after r318309 | Hans Wennborg | 2017-11-15 | 1 | -2/+2 |
* | Enable support for __float128 in Clang and enable it on pertinent platforms | Nemanja Ivanovic | 2016-05-09 | 1 | -1/+1 |
* | Revert 266186 as it breaks anything that includes type_traits on some platforms | Nemanja Ivanovic | 2016-04-15 | 1 | -1/+1 |
* | Enable support for __float128 in Clang | Nemanja Ivanovic | 2016-04-13 | 1 | -1/+1 |
* | Update tests in preparation for using the MS ABI for Win32 targets | Hans Wennborg | 2014-01-13 | 1 | -2/+3 |
* | PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to | Richard Smith | 2012-06-10 | 1 | -2/+2 |
* | Fix assertion (too few Diag arguments) when diagnosing a deleted operator delete | Richard Smith | 2012-02-25 | 1 | -0/+5 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Make sure we don't crash printing builtin candidates for overloads of deleted... | Eli Friedman | 2011-08-26 | 1 | -0/+13 |