summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Attr.td
Commit message (Expand)AuthorAgeFilesLines
* Add Documentation to attribute-nothrow. Additionally, limit to functions.Erich Keane2017-09-281-1/+2
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-0/+6
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-6/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+6
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-6/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+6
* Enable __declspec(selectany) on any platformPiotr Padlewski2017-09-141-2/+2
* Add documentation for force_align_arg_pointer function attributeErich Keane2017-08-311-2/+2
* [CodeGen][x86_64] Enable 'force_align_arg_pointer' attribute at x86_64Erich Keane2017-08-301-1/+1
* [mips] Enable `long_call/short_call` attributes on MIPS64Simon Atanasyan2017-08-081-8/+9
* Reland "Thread Safety Analysis: fix assert_capability."Josh Gao2017-08-081-1/+1
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+8
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-8/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+8
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-8/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+8
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-041-8/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-041-0/+8
* Revert "Thread Safety Analysis: fix assert_capability."Josh Gao2017-08-011-1/+1
* Thread Safety Analysis: fix assert_capability.Josh Gao2017-08-011-1/+1
* [Attr] Make TargetWindows and TargetMicrosoftCXXABI match on aarch64 as wellMartin Storsjo2017-07-311-2/+2
* [mips] Add `short_call` to the set of `long_call/far/near` attributesSimon Atanasyan2017-07-211-1/+1
* Fix tblgen error.Richard Trieu2017-07-211-2/+2
* [CodeGen][mips] Support `long_call/far/near` attributesSimon Atanasyan2017-07-201-0/+12
* Convert attribute 'target' parsing from a 'pair' to a 'struct' to make furthe...Erich Keane2017-07-181-7/+17
* Add support for #pragma clang sectionJaved Absar2017-06-051-0/+36
* Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis2017-05-241-2/+5
* [mips] Support `micromips` attributeSimon Atanasyan2017-05-221-0/+12
* Add support for pretty platform names to `@available`/Alex Lorenz2017-05-091-0/+24
* [OpenCL] Add intel_reqd_sub_group_size attribute supportXiuli Pan2017-05-041-0/+7
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-271-0/+6
* Add #pragma clang attribute support to the availability attributeAlex Lorenz2017-04-201-1/+1
* Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz2017-04-191-1/+11
* mingw-w64: enable support for __declspec(selectany)Martell Malone2017-04-181-3/+2
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+109
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-109/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+109
* Clang changes for alloc_align attribute Erich Keane2017-03-301-0/+8
* Add [[clang::suppress(rule, ...)]] attributeMatthias Gehre2017-03-271-0/+6
* Correct class-template deprecation behavior-REDUXErich Keane2017-03-231-0/+6
* Revert "Correct class-template deprecation behavior"Martin Bohme2017-03-221-6/+0
* Correct class-template deprecation behaviorErich Keane2017-03-211-0/+6
* Add support for attribute enum_extensibility.Akira Hatanaka2017-03-211-1/+9
* Allow the nonnull attribute to be inherited as a parameter in the redefinitio...Aaron Ballman2017-03-121-1/+1
* [XRay] [clang] Allow logging the first argument of a function call.Dean Michael Berris2017-03-061-0/+9
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-011-0/+11
* [AVR] Add support for the 'interrupt' and 'naked' attributesDylan McKay2017-02-081-0/+14
* fix a few typo in the doc but also in the clang messagesSylvestre Ledru2017-01-141-1/+1
* Add the diagnose_if attribute to clang.George Burgess IV2017-01-091-2/+25
* [CUDA] Add __declspec spellings for CUDA attributes.Justin Lebar2017-01-051-10/+16