summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/LangOptions.def
Commit message (Expand)AuthorAgeFilesLines
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-161-0/+1
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-291-0/+1
* [libclang] Pass in the -fallow-editor-placeholders optionAlex Lorenz2017-04-271-1/+2
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+2
* Modular Codegen: Separate flags for function and debug info supportDavid Blaikie2017-04-121-1/+2
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-301-0/+2
* Use FPContractModeKind universallyAdam Nemet2017-03-291-1/+2
* Revert "Use FPContractModeKind universally"Adam Nemet2017-03-291-2/+1
* Use FPContractModeKind universallyAdam Nemet2017-03-291-1/+2
* [modules] Make GNUMode a normal language option to fix module compilation.Vassil Vassilev2017-03-061-1/+1
* Prototype of modules codegenDavid Blaikie2017-01-301-0/+1
* PCH: fix a regression that reports a module is defined in both pch and pcm.Manman Ren2017-01-091-0/+1
* Address post-commit review comments.Richard Smith2017-01-021-1/+1
* [c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith2016-12-311-0/+1
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-1/+1
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-1/+3
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-2/+3
* PR18417: Increase -ftemplate-depth to the value 1024 recommended by the C++Richard Smith2016-08-171-1/+1
* Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and markRichard Smith2016-07-231-0/+1
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-231-1/+1
* [OpenCL] Include opencl-c.h by default as a clang moduleYaxun Liu2016-06-201-1/+1
* RenderScript support in the FrontendPirama Arumuga Nainar2016-06-091-0/+1
* [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosingAlexey Bataev2016-05-261-1/+1
* [CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar2016-05-231-0/+1
* Update -ffast-math documentation to match reality.Justin Lebar2016-05-201-1/+1
* Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev2016-05-181-1/+1
* [X86] Add -malign-double supportReid Kleckner2016-05-041-0/+1
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-1/+0
* [modules] Allow differences in flags that only affect preprocessor predefinesRichard Smith2016-04-071-15/+31
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-051-0/+1
* [CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar2016-03-301-0/+1
* [CUDA] Make CUDA description strings in langopts into noun phrases. NFCJustin Lebar2016-03-291-2/+2
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-3/+0
* Add -fnative-half-arguments-and-returnsPirama Arumuga Nainar2016-03-181-0/+1
* [MSVC Compat] Implement -EHc semanticsDavid Majnemer2016-02-201-0/+1
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-0/+1
* [CUDA] Add -fcuda-allow-variadic-functions.Justin Lebar2016-01-261-0/+1
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-0/+2
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-2/+0
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-0/+2
* Revert "Make FP_CONTRACT ON the default."Manuel Klimek2015-11-171-1/+1
* Make FP_CONTRACT ON the default.Stephen Canon2015-11-161-1/+1
* Revert r240335.Richard Smith2015-11-121-1/+0
* Allow linking multiple bitcode files.Artem Belevich2015-10-271-1/+0
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-1/+2
* [coroutines] Fix description of LangOption for coroutines.Richard Smith2015-10-221-1/+1
* [coroutines] Add lexer support for co_await, co_yield, and co_return keywords.Richard Smith2015-10-221-0/+1
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-0/+1
* Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] tar...Alexandros Lamprineas2015-10-021-0/+1
* [CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich2015-09-221-0/+1