summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Attr.td
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make alloc_size only applicable to Functions.George Burgess IV2016-12-221-2/+1
* Add the alloc_size attribute to clang, attempt 2.George Burgess IV2016-12-221-0/+9
* Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth2016-12-201-9/+0
* Add the alloc_size attribute to clang.George Burgess IV2016-12-201-0/+9
* __uuidof() and declspec(uuid("...")) should be allowed on enumeration typesReid Kleckner2016-12-131-1/+3
* Fix mismatched enum value name and diagnostic text.Douglas Katzman2016-11-111-2/+2
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+5
* [OpenCL] Mark group functions as convergent in opencl-c.hYaxun Liu2016-11-011-0/+6
* [Objective-C] Add objc_subclassing_restricted attributeAlex Lorenz2016-10-281-0/+6
* Add documentation for the transparent_union attributeAlex Lorenz2016-10-271-1/+1
* Implement no_sanitize_address for global varsDouglas Katzman2016-10-141-2/+4
* [Sema] Handle transparent_union attributes in C mode onlyAlex Lorenz2016-10-121-0/+1
* [AMDGPU] Expose flat work group size, register and wave control attributesKonstantin Zhuravlyov2016-09-261-11/+24
* [ARM] ARM-specific attributes should be accepted for big-endianOliver Stannard2016-09-151-1/+1
* [ms] Add support for parsing uuid as a Microsoft attribute.Nico Weber2016-09-031-1/+2
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-021-0/+10
* Revert r280516 since it contained accidental changes.Eric Fiselier2016-09-021-10/+0
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-021-0/+10
* Revert "[Attr] Add support for the `ms_hook_prologue` attribute."Charles Davis2016-08-081-7/+0
* [Attr] Add support for the `ms_hook_prologue` attribute.Charles Davis2016-08-081-0/+7
* Sema: support __declspec(dll*) on ObjC interfacesSaleem Abdulrasool2016-07-151-4/+4
* Add XRay flags to Clang. We implement two flags to control the XRay behaviour:Aaron Ballman2016-07-131-0/+16
* [OpenCL] Fix access qualifiers handling for typedefsAlexey Bader2016-07-081-1/+2
* AvailabilityAttr: we accept "macos" as the platform name.Manman Ren2016-06-281-2/+2