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.h
Age
Commit message (
Expand
)
Author
2008-04-29
Add -fobjc-gc and -fobjc-gc-only options to the driver.
Ted Kremenek
2008-04-05
Fix handling of implicit int, resolving PR2012 and reverting (and
Chris Lattner
2008-04-05
Step #1 to fixing PR2012: c89 allows declspecs to be completely
Chris Lattner
2008-02-25
enable digraphs for C94, thanks to Neil for pointing this out.
Chris Lattner
2008-02-24
Update comment.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-05
Implemented serialization of LangOptions.
Ted Kremenek
2007-11-30
Initialize LaxVectorConversions.
Anders Carlsson
2007-11-30
Support lax vector conversions.
Anders Carlsson
2007-11-28
Implement support for -fwritable-strings and make the code generator
Chris Lattner
2007-11-15
Fix transient failure on Lex/c90.c due to an uninit variable.
Chris Lattner
2007-11-15
Break out bool/true/false support into a LangOption
Nate Begeman
2007-10-15
Add support for Pascal strings.
Anders Carlsson
2007-07-16
Add support for C++'0x keywords, patch by Doug Gregor
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer