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 | -2/+2 |
* | Add --cuda-path to mock a CUDA Toolkit installation to avoid | Kelvin Li | 2017-12-12 | 1 | -1/+1 |
* | Make -std=c++17 an alias of -std=c++1z | Hans Wennborg | 2017-08-09 | 1 | -2/+2 |
* | [c++2a] Add option -std=c++2a to enable support for potential/transitional C+... | Faisal Vali | 2017-07-16 | 1 | -0/+2 |
* | Improve diagnostics for bad -std= flag. | Richard Smith | 2017-04-27 | 1 | -7/+2 |
* | Don't accept -std= values that would switch us to a different source language. | Richard Smith | 2017-04-26 | 1 | -3/+4 |
* | [Driver] Report available language standards on user error | Richard Smith | 2017-02-14 | 1 | -0/+26 |