summaryrefslogtreecommitdiff
path: root/include/clang/Basic/LangOptions.h
Commit message (Expand)AuthorAge
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-11
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-11
* ObjectiveC. Define a new cc1 flag Fariborz Jahanian2013-11-01
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-13
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-22
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-18
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames2012-11-15
* Add -ffp-contract = { fast | on | off } command line option support.Lang Hames2012-07-06
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* Restructure how the driver communicates information about theJohn McCall2012-06-20
* Factor bitfields of LangOptions out into a base class in order to make themRichard Smith2012-03-03
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-20
* Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek2011-11-17
* Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor2011-11-15
* When building a module on-demand, clear out the "non-modular" languageDouglas Gregor2011-09-13
* Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor2011-09-13
* Switch LangOptions over to a .def file that describes header of theDouglas Gregor2011-09-13
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-09
* Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt...Jordy Rose2011-08-30
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-25
* In debugger mode, make ObjC message sends to unknown selectors returnJohn McCall2011-07-13
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-06
* Use existing -fcatch-undefined-behavior option,Fariborz Jahanian2011-06-29
* Under a compiler flag, -freset-local-blocks,Fariborz Jahanian2011-06-28
* Automatic Reference Counting.John McCall2011-06-15
* Introduce a -cc1-level option to turn off related result typeDouglas Gregor2011-06-14
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-13
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-11
* Change cycle detection to be based off of a warning flag.Sean Hunt2011-05-05
* Implement a better version of delegating constructor cycle detection.Sean Hunt2011-05-04
* Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth2011-04-23
* Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth2011-04-23
* Add -fdelayed-template-parsing option. Using this option all templated functi...Francois Pichet2011-04-22
* C1X: add a language standardPeter Collingbourne2011-04-15
* Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall2011-04-09
* Initialize FakeAddressSpaceMap flag.Benjamin Kramer2011-03-19
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-18
* Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPLDaniel Dunbar2011-03-18
* Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky2011-03-01
* -fwrapv should turn off the inbounds markers from geps used for pointerChris Lattner2011-03-01
* Get rid of the areExceptionsEnabled() getter from LangOptions.Anders Carlsson2011-02-28
* Add a CXXExceptions flag to LangOptions.Anders Carlsson2011-02-23
* Add a LangOptions::areExceptionsEnabled and start using it.Anders Carlsson2011-02-20
* Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson2011-02-19
* OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne2011-02-14
* Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actionsPeter Collingbourne2011-02-14
* Basic support for -mms-bitfields, from Carl Norum!Douglas Gregor2011-02-01
* Add all options needed to support -fapple-kext. wip.Fariborz Jahanian2011-01-07