aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/LangOptions.h
AgeCommit message (Expand)Author
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-15Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames
2012-07-06Add -ffp-contract = { fast | on | off } command line option support.Lang Hames
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-03-03Factor bitfields of LangOptions out into a base class in order to make themRichard Smith
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2011-11-17Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek
2011-11-15Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor
2011-09-13When building a module on-demand, clear out the "non-modular" languageDouglas Gregor
2011-09-13Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor
2011-09-13Switch LangOptions over to a .def file that describes header of theDouglas Gregor
2011-09-09Treat the weak export of block runtime symbols as a deployment-targetJohn McCall
2011-08-30Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt...Jordy Rose
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-07-13In debugger mode, make ObjC message sends to unknown selectors returnJohn McCall
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-06-29Use existing -fcatch-undefined-behavior option,Fariborz Jahanian
2011-06-28Under a compiler flag, -freset-local-blocks,Fariborz Jahanian
2011-06-15Automatic Reference Counting.John McCall
2011-06-14Introduce a -cc1-level option to turn off related result typeDouglas Gregor
2011-06-13Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-05-05Change cycle detection to be based off of a warning flag.Sean Hunt
2011-05-04Implement a better version of delegating constructor cycle detection.Sean Hunt
2011-04-23Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth
2011-04-23Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth
2011-04-22Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet
2011-04-15C1X: add a language standardPeter Collingbourne
2011-04-09Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall
2011-03-19Initialize FakeAddressSpaceMap flag.Benjamin Kramer
2011-03-18Add support for language-specific address spaces. On top of that,Peter Collingbourne
2011-03-18Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPLDaniel Dunbar
2011-03-01Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky
2011-03-01-fwrapv should turn off the inbounds markers from geps used for pointerChris Lattner
2011-02-28Get rid of the areExceptionsEnabled() getter from LangOptions.Anders Carlsson
2011-02-23Add a CXXExceptions flag to LangOptions.Anders Carlsson
2011-02-20Add a LangOptions::areExceptionsEnabled and start using it.Anders Carlsson
2011-02-19Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson
2011-02-14OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne
2011-02-14Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actionsPeter Collingbourne
2011-02-01Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor
2011-01-07Add all options needed to support -fapple-kext. wip.Fariborz Jahanian
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-12-21Initialize LangOptions::MSCVersion. Thanks to Csaba Raduly for noting the omi...Douglas Gregor
2010-12-04Implement -cl-fast-relaxed-mathPeter Collingbourne
2010-12-04Implement -cl-single-precision-constantPeter Collingbourne