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 | -6/+6 |
* | Rename -Wc++20-designator to -Wc++2a-designator for consistency and add | Richard Smith | 2019-09-02 | 1 | -9/+10 |
* | Split -Wreorder into different warnings for reordering a constructor | Richard Smith | 2019-09-02 | 1 | -4/+4 |
* | [c++20] Implement semantic restrictions for C++20 designated | Richard Smith | 2019-08-30 | 1 | -1/+108 |
* | P1008R1 Classes with user-declared constructors are never aggregates in | Richard Smith | 2018-09-26 | 1 | -0/+23 |