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