summaryrefslogtreecommitdiff
path: root/clang/test/Driver/unknown-std.cpp
AgeCommit message (Expand)Author
2023-07-20Reland "[CUDA][HIP] Use the same default language std as C++""Yaxun (Sam) Liu
2023-07-20Revert "[CUDA][HIP] Use the same default language std as C++"Sylvestre Ledru
2023-07-19[CUDA][HIP] Use the same default language std as C++Yaxun (Sam) Liu
2023-05-15Add C++26 compile flags.Erich Keane
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever
2020-12-03[c++2b] Add option -std=c++2b to enable support for potential C++2b features.Marek Kurdej
2020-02-18Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith
2017-12-12Add --cuda-path to mock a CUDA Toolkit installation to avoidKelvin Li
2017-08-09Make -std=c++17 an alias of -std=c++1zHans Wennborg
2017-07-16[c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali
2017-04-27Improve diagnostics for bad -std= flag.Richard Smith
2017-04-26Don't accept -std= values that would switch us to a different source language.Richard Smith
2017-02-14[Driver] Report available language standards on user errorRichard Smith