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
/
Basic
/
LangOptions.def
Age
Commit message (
Expand
)
Author
2012-02-04
Clang has existing support for debuggers that
Sean Callanan
2012-01-26
Extend the ExternalASTSource interface to allow the AST source to
Douglas Gregor
2012-01-03
Add a "Modules" language option, which subsumes the previous
Douglas Gregor
2012-01-02
Fix PR11685 by implementing -ffast-math and its various friends in the
Chandler Carruth
2011-12-23
Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...
Benjamin Kramer
2011-12-12
Hexagon backend support
Tony Linthicum
2011-11-22
implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...
Kostya Serebryany
2011-11-21
Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same
Richard Smith
2011-11-02
Add an option to emulate the strange Apple gcc behavior of #pragma pack.
Eli Friedman
2011-10-05
Driver & AST: Implement support for -fpack-struct and -fpack-struct= command
Daniel Dunbar
2011-09-17
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
As per discussion with Doug Gregor on the IRC channel, introduce a new compil...
Francois Pichet
2011-09-13
When building a module on-demand, clear out the "non-modular" language
Douglas Gregor
2011-09-13
Switch the serialization of LangOptions over to use the .def file. We
Douglas Gregor
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor