Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang | Richard Smith | 2020-02-19 | 1 | -7/+7 |
* | [C++20] add Basic consteval specifier | Gauthier Harnisch | 2019-06-14 | 1 | -0/+9 |
* | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 1 | -0/+20 |
* | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 1 | -20/+0 |
* | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 1 | -0/+20 |
* | [c++20] Implement P0482R6: enable -fchar8_t by default in C++20 mode. | Richard Smith | 2018-11-14 | 1 | -0/+16 |
* | P1008R1 Classes with user-declared constructors are never aggregates in | Richard Smith | 2018-09-26 | 1 | -0/+23 |