summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/LangStandards.def
Commit message (Expand)AuthorAgeFilesLines
* Make -std=c++17 an alias of -std=c++1zHans Wennborg2017-08-091-4/+6
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-161-0/+10
* Improve diagnostics for bad -std= flag.Richard Smith2017-04-271-55/+36
* Remove unnecessary and somewhat inaccurate "C89" flag from language standards.Richard Smith2017-04-261-6/+6
* Don't accept -std= values that would switch us to a different source language.Richard Smith2017-04-261-42/+42
* [Driver] Report available language standards on user errorRichard Smith2017-02-141-4/+4
* Also recognize -std=iso9899:201xBenjamin Kramer2016-12-061-1/+1
* [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driverYaxun Liu2016-06-171-3/+18
* Update diagnostics now that hexadecimal literals look likely to be part of C+...Richard Smith2016-03-041-2/+2
* Extended list of valid frontend options with '-cl-std=CL2.0'.Anastasia Stulova2014-11-201-0/+3
* C++1y is now C++14!Aaron Ballman2014-08-191-6/+13
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-161-0/+9
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-6/+6
* s/BCPLComment/LineComment/Nico Weber2012-11-111-27/+27
* Add -std=c++1y argument, for *highly* experimental C++14 support.Richard Smith2012-10-171-0/+8
* Add language std for OpenCL 1.1 and 1.2.Tanya Lattner2012-06-181-0/+6
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-6/+6
* C1X is now C11, add -std=c11 and -std=gnu11 as aliases for the c1x arguments.Benjamin Kramer2011-12-231-4/+13
* Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc.Richard Smith2011-10-141-1/+7
* Add -std=c++11 and -std=gnu++11 language flags, from Ahmed CharlesDouglas Gregor2011-10-121-2/+8
* When using -std= flag added check to make sure language and standard are comp...Chad Rosier2011-05-021-6/+5
* C1X: add a language standardPeter Collingbourne2011-04-151-0/+12
* Remove a duplicate language featurePeter Collingbourne2011-03-161-1/+1
* Driver, Frontend: add CUDA language supportPeter Collingbourne2010-12-011-0/+5
* Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar2009-11-261-0/+83