summaryrefslogtreecommitdiff
path: root/include/clang/Basic/LangOptions.def
Commit message (Expand)AuthorAgeFilesLines
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+1
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-111-0/+1
* Switch around the order of MSVCCompat and MicrosoftExtAlp Toker2014-01-141-1/+1
* Rename language option MicrosoftMode to MSVCCompatAlp Toker2014-01-141-1/+1
* Update LangOpt descriptionsAlp Toker2014-01-101-3/+3
* Preserve -fretain-comments-from-system-headers in modulesBen Langmuir2014-01-091-1/+1
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-061-0/+2
* ObjectiveC. Define a new cc1 flag Fariborz Jahanian2013-11-011-0/+1
* Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;Richard Smith2013-09-291-0/+1
* Module use declarations (II)Daniel Jasper2013-09-241-0/+1
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-131-0/+1
* Fix missing * making the C++ mode thing not workMatt Arsenault2013-08-021-12/+12
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-0/+1
* C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith2013-05-081-0/+2
* <rdar://problem/13559825> Further reduce template instantiation depth down to...Douglas Gregor2013-04-081-1/+1
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-221-0/+2
* Add support for -fvisibility-ms-compat.John McCall2013-02-191-2/+4
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-231-0/+1
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-221-4/+0
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-5/+0
* Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!Douglas Gregor2013-01-151-0/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-051-0/+1
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-1/+2
* Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames2012-11-151-1/+0
* objective-C blocks: make cc1 flag -encode-extended-block-signatureFariborz Jahanian2012-11-151-1/+1
* objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian2012-11-141-0/+1
* s/BCPLComment/LineComment/Nico Weber2012-11-111-1/+1
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-1/+0
* Add -fsanitize=<sanitizers> argument to driver and frontend, and addRichard Smith2012-11-051-2/+5
* Rename LangOptions members for address sanitizer and thread sanitizer fromRichard Smith2012-11-051-2/+2
* Reverted back the changes made in 166868 and in 166869Mahesha S2012-10-271-1/+0
* -------------------------------------------------Mahesha S2012-10-271-0/+2
* Add -std=c++1y argument, for *highly* experimental C++14 support.Richard Smith2012-10-171-0/+1
* Conditionally parse documentation comments in system headers byTed Kremenek2012-09-131-0/+2
* Allow disabling of wchar_t type.Abramo Bagnara2012-09-051-0/+1
* [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a Chad Rosier2012-08-241-0/+3
* Screw around with ObjCRuntime some more, changing theJohn McCall2012-08-211-1/+1
* Capitalize "Objective-C" and "C++" in user-facing contexts.Jordan Rose2012-07-191-1/+1
* Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson2012-07-191-0/+1
* Forgot to rename one use of FPContractModeTyLang Hames2012-07-061-1/+1
* Add -ffp-contract = { fast | on | off } command line option support.Lang Hames2012-07-061-0/+1
* Reduce default template instantiation depth to 512; we're blowing outDouglas Gregor2012-07-021-1/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-3/+0
* Add language std for OpenCL 1.1 and 1.2.Tanya Lattner2012-06-181-0/+1
* wire -fbounds-checking to the new LLVM bounds checking passNuno Lopes2012-05-221-1/+0
* add -fbounds-checking option.Nuno Lopes2012-05-081-0/+1
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-081-1/+2
* [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bitDaniel Dunbar2012-03-091-1/+1
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+1