summaryrefslogtreecommitdiff
path: root/include/clang/Basic/LangOptions.h
Commit message (Expand)AuthorAgeFilesLines
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-0/+10
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-131-10/+0
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-0/+10
* [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper2019-09-061-0/+6
* clang-cl: Fix mangling of catchable types with names longer than 4kiBNico Weber2019-05-291-1/+2
* [C++20] Implement context-sensitive header-name lexing and pp-import parsing ...Richard Smith2019-04-111-1/+1
* Fix typoAdrian Prantl2019-02-081-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Automatic variable initializationJF Bastien2018-12-181-0/+5
* Update Microsoft name mangling scheme for exception specifiers in the type sy...Reid Kleckner2018-12-171-5/+8
* Remove trailing space from clang/Basic/LangOptions.hTakuto Ikuta2018-10-301-2/+2
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-0/+6
* Driver,CodeGen: introduce support for Swift CFString layoutSaleem Abdulrasool2018-10-241-0/+19
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-1/+4
* We have in place support for parsing #pragma FENV_ACCESS, but that Kevin P. Neal2018-08-141-5/+30
* Remove trailing spaceFangrui Song2018-07-301-7/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-24/+24
* [OpenCL] Factor out language version printingSven van Haastregt2018-05-081-0/+3
* [XRay][llvm+clang] Consolidate attribute list filesDean Michael Berris2018-04-091-0/+7
* Add -fclang-abi-compat=6 flag for upcoming ABI changes.Richard Smith2018-04-021-0/+7
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-0/+17
* [Modules] Honor -fmodule-name when handling private framework modulesBruno Cardoso Lopes2018-03-201-1/+5
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-02-161-16/+39
* Add default calling convention support for regcall.Erich Keane2017-11-021-1/+2
* OpenCL: Assume functions are convergentMatt Arsenault2017-10-061-0/+4
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-0/+1
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-1/+1
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-171-0/+5
* Revert r302965 - [modules] When creating a declaration, cache its owningDaniel Jasper2017-05-151-5/+0
* Add LangOptions method to query whether we are tracking the owning module for...Richard Smith2017-05-131-0/+5
* Use 'unsigned' for enum bitfieldsReid Kleckner2017-03-301-1/+1
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-301-0/+10
* Use FPContractModeKind universallyAdam Nemet2017-03-291-6/+25
* Revert "Use FPContractModeKind universally"Adam Nemet2017-03-291-25/+6
* Use FPContractModeKind universallyAdam Nemet2017-03-291-6/+25
* [Objective-C] Fix "weak-unavailable" warning with -fobjc-weakBrian Kelley2017-03-291-0/+5
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-4/+14
* Do not print include_next/pragma once warnings when input is a header.Erik Verbruggen2016-10-271-0/+4
* Use StringRef in LangOptions::isNoBuiltinFunc API (NFC)Mehdi Amini2016-10-101-1/+1
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-1/+12
* Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev2016-05-181-0/+8
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-12/+0
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-0/+12
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-12/+0
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-6/+4
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-0/+7
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-1/+9
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-9/+1
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-1/+9
* [Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir2015-06-231-0/+2