summaryrefslogtreecommitdiffstats
path: root/clang/docs/LanguageExtensions.rst
Commit message (Expand)AuthorAgeFilesLines
* __has_feature(pragma_clang_attribute_namespaces) should be __has_extensionErik Pilkington2019-01-081-1/+1
* Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington2019-01-071-1/+3
* Fix some typos in the clang doc.Sylvestre Ledru2019-01-011-1/+1
* Add support for namespaces on #pragma clang attributeErik Pilkington2018-12-201-0/+30
* Update the documentation for attribute feature tests.Aaron Ballman2018-11-201-18/+23
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-10/+10
* Revert "Revert "Support for groups of attributes in #pragma clang attribute""Erik Pilkington2018-10-291-7/+9
* Revert "Support for groups of attributes in #pragma clang attribute"Erik Pilkington2018-10-291-9/+7
* Support for groups of attributes in #pragma clang attributeErik Pilkington2018-10-291-7/+9
* [CodeGen] add rotate builtins that map to LLVM funnel shift Sanjay Patel2018-08-191-0/+64
* revert r340137: [CodeGen] add rotate builtinsSanjay Patel2018-08-191-64/+0
* [CodeGen] add/fix rotate builtins that map to LLVM funnel shift (retry)Sanjay Patel2018-08-191-0/+64
* revert r340135: [CodeGen] add rotate builtinsSanjay Patel2018-08-191-64/+0
* [CodeGen] add rotate builtinsSanjay Patel2018-08-191-0/+64
* Document -fobjc-weak as an extension.John McCall2018-07-201-0/+45
* Added atomic_fetch_min, max, umin, umax intrinsics to clang.Elena Demikhovsky2018-05-131-1/+26
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-2/+4
* Support `#pragma comment(lib, "name")` in the frontend for ELFSaleem Abdulrasool2018-02-071-0/+8
* Add `__reference_binds_to_temporary` trait for checking safe reference initia...Eric Fiselier2018-01-121-0/+5
* Add support for the __has_c_attribute builtin preprocessor macro.Aaron Ballman2017-12-071-0/+29
* [docs] Add section 'Half-Precision Floating Point'Sjoerd Meijer2017-11-071-0/+43
* Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu2017-08-041-1/+7
* Fix flag names in @available docs.Nico Weber2017-07-141-2/+2
* Add documentation for @availableNico Weber2017-07-141-2/+81
* Add support for #pragma clang sectionJaved Absar2017-06-051-0/+42
* Update LanguageExtensions doc to refer to C++14 instead of C++1yEric Fiselier2017-05-061-16/+16
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+175
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-175/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+175
* [Sema] Add __is_aggregate type-traitEric Fiselier2017-04-121-0/+1
* Another attempt to fix the sphinx warning from r299470Adam Nemet2017-04-041-1/+1
* Fix sphinx warning from r299470Adam Nemet2017-04-041-1/+1
* Add #pragma clang fpAdam Nemet2017-04-041-0/+33
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-1/+1
* Fix documentation typo from r292558.Richard Smith2017-01-231-1/+1
* Fix documentation typo.Richard Smith2017-01-201-1/+1
* Add documentation for constexpr string builtin support.Richard Smith2017-01-201-0/+40
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-031-0/+76
* [Docs] Try to fix the docs buildbot.George Burgess IV2016-06-211-1/+1
* Fix documentation bot after r272656Adam Nemet2016-06-141-1/+1
* Add loop pragma for Loop DistributionAdam Nemet2016-06-141-3/+35
* Clang support for __is_assignable intrinsicDavid Majnemer2016-05-231-0/+1
* Add address space 258 (X86 SS segment) to clang documentation.David L Kreitzer2016-05-031-4/+5
* Fix Sphinx errors with documentation build.Aaron Ballman2016-03-241-1/+3
* Add missing __builtin_bitreverse8Matt Arsenault2016-03-231-0/+27
* Add __builtin_canonicalizeMatt Arsenault2016-02-271-0/+18
* Fix some typos in the clang docSylvestre Ledru2016-02-141-1/+1
* Mark is_destructible/is_nothrow_destructible as implementedDavid Majnemer2015-11-141-2/+2
* Add support for __builtin_{add,sub,mul}_overflow.John McCall2015-10-291-2/+20
* Docs: Document __builtin_nontemporal_load and __builtin_nontemporal_store.Michael Zolotukhin2015-09-111-0/+20
OpenPOWER on IntegriCloud