aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/LangOptions.h
AgeCommit message (Expand)Author
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
2010-12-01Basic: Add CUDA language optionPeter Collingbourne
2010-11-18-Rename -Wargument-larger-than -> -Wlarge-by-value-copyArgyrios Kyrtzidis
2010-11-17Introduce option -Wargument-larger-than[=N] which warns about function defini...Argyrios Kyrtzidis
2010-11-14Revert r119045. It was failing on Windows.Ted Kremenek
2010-11-14Clean up initialization of LangOptions object by splitting part of it into a ...Ted Kremenek
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer
2010-10-21Fix Whitespace.Michael J. Spencer
2010-10-08Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis
2010-09-17Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall