aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/LangStandard.h
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
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
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
2009-11-29Add missing accessors.Daniel Dunbar
2009-11-27Fix typo, thanks Sebastian!Daniel Dunbar
2009-11-26Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar