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