summaryrefslogtreecommitdiff
path: root/clang/test/Driver/std.cpp
AgeCommit message (Expand)Author
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
2017-07-16[c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali
2014-06-16Add -std=c++1z flag for C++17 features.Richard Smith
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2012-10-17Add -std=c++1y argument, for *highly* experimental C++14 support.Richard Smith
2011-10-14Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc.Richard Smith
2011-10-13Add test for new -std=c++11 and -std=gnu++11 command-line arguments.Richard Smith