aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/LangStandards.def
AgeCommit message (Expand)Author
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-11-11s/BCPLComment/LineComment/Nico Weber
2012-10-17Add -std=c++1y argument, for *highly* experimental C++14 support.Richard Smith
2012-06-18Add language std for OpenCL 1.1 and 1.2.Tanya Lattner
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer
2011-12-23C1X is now C11, add -std=c11 and -std=gnu11 as aliases for the c1x arguments.Benjamin Kramer
2011-10-14Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc.Richard Smith
2011-10-12Add -std=c++11 and -std=gnu++11 language flags, from Ahmed CharlesDouglas Gregor
2011-05-02When using -std= flag added check to make sure language and standard are comp...Chad Rosier
2011-04-15C1X: add a language standardPeter Collingbourne
2011-03-16Remove a duplicate language featurePeter Collingbourne
2010-12-01Driver, Frontend: add CUDA language supportPeter Collingbourne
2009-11-26Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar