aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/LangOptions.h
AgeCommit message (Expand)Author
2009-07-31Add beginnigs of rtti generation, wire up more of -fno-exceptions.Mike Stump
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-06-28Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling
2009-06-25OpenCL 1.0 patch 2/N: Language options & file extensionNate Begeman
2009-06-05Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman
2009-05-27Initialize ObjCSenderDispatch in LangOptions.Fariborz Jahanian
2009-05-22This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian
2009-05-13Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson
2009-05-07Remove -fobjc-tight-layout, seems to work!Daniel Dunbar
2009-05-04Add -fobjc-tight-layout.Daniel Dunbar
2009-04-28Remove unused LangOptions NoExtensions and Boolean.Eli Friedman
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-04-17Added -print-ivar-layout option. No change in functionalityFariborz Jahanian
2009-04-14Clean up handling of visibility.Daniel Dunbar
2009-04-08More fixes to builtin preprocessor defines.Daniel Dunbar
2009-04-08Make debug info work when using -save-temps.Daniel Dunbar
2009-04-08Set __PIC__ (more) correctly.Daniel Dunbar
2009-04-06Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are pas...Anders Carlsson
2009-04-03initialize an ivar.Chris Lattner
2009-04-03Implement -fvisibility.Fariborz Jahanian
2009-04-02Remove -ftrapu.Mike Stump
2009-04-02Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of aMike Stump
2009-04-01Add -ftrapv support, patch from David Chisnall; well all except theMike Stump
2009-04-01Revert r68221, -ftrapv support, which causes several regressions inDouglas Gregor
2009-04-01Add -ftrapv support, patch from David Chisnall; well all except theMike Stump
2009-03-20add a new LangOptions::GNUMode bit to distinguish between GNU99 and C99 etc.Chris Lattner
2009-03-13wire up a new -fno-builtin option, make it control things like simplifylibcalls,Chris Lattner
2009-03-13introduce a new -fheinous-gnu-extensions flag that enables reallyChris Lattner
2009-03-10Limit the template instantiation depth to some user-configurable valueDouglas Gregor
2009-02-16Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.Daniel Dunbar
2009-02-14Add -ffreestanding to suppress the implicit declaration of library builtins l...Douglas Gregor
2009-02-14Fix the build on win32.Cedric Venet
2009-02-04Add -femit-all-decls codegen option.Daniel Dunbar
2009-01-30Turn on -flax-vector-conversions by default, issue a warning whenever one is ...Anders Carlsson
2009-01-22Use NonFragileABI as name of new Next abi. More comments Fariborz Jahanian
2009-01-21Refactoring ObjC Next's runtime classes in preparation forFariborz Jahanian
2008-12-04instead of forcing blocks on by default, make them default to off, but letChris Lattner
2008-12-01Add LangOptions marker for assembler-with-cpp mode and use to defineDaniel Dunbar
2008-08-27First wave of changes to support "blocks" (an extension to C).Steve Naroff
2008-08-22Add preliminary (and probably broken) codegen support for C++ static initiali...Anders Carlsson
2008-08-11Add LangOptions::NeXTRuntime.Daniel Dunbar
2008-08-11Add -fexceptions to DriverDaniel Dunbar
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