summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/LangStandard.h
Commit message (Expand)AuthorAgeFilesLines
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-161-5/+10
* Remove unnecessary and somewhat inaccurate "C89" flag from language standards.Richard Smith2017-04-261-15/+11
* Don't accept -std= values that would switch us to a different source language.Richard Smith2017-04-261-1/+6
* [Driver] Report available language standards on user errorRichard Smith2017-02-141-1/+5
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* C++1y is now C++14!Aaron Ballman2014-08-191-3/+3
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-161-6/+10
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-3/+3
* s/BCPLComment/LineComment/Nico Weber2012-11-111-3/+3
* Add -std=c++1y argument, for *highly* experimental C++14 support.Richard Smith2012-10-171-4/+8
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-3/+3
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+2
* When using -std= flag added check to make sure language and standard are comp...Chad Rosier2011-05-021-8/+12
* C1X: add a language standardPeter Collingbourne2011-04-151-6/+10
* Add missing accessors.Daniel Dunbar2009-11-291-0/+6
* Fix typo, thanks Sebastian!Daniel Dunbar2009-11-271-1/+1
* Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar2009-11-261-0/+77