summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Attr.td
AgeCommit message (Expand)Author
2018-01-17Merging r321777:Hans Wennborg
2017-12-20Add support for ObjectFormat to TargetSpecificAttrErich Keane
2017-12-14Harmonize GNU- and C++-style attribute spellings.Aaron Ballman
2017-12-01Disallow a cleanup attribute from appertaining to a parameter (the attribute ...Aaron Ballman
2017-12-01Remove duplicate, nonsense information from an attribute diagnostic. The NonP...Aaron Ballman
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-10-26Add a new attribute definition spelling, Clang<"attr">, that expands to two a...Aaron Ballman
2017-10-19These attributes are not supported by GCC and should not be in the gnu namesp...Aaron Ballman
2017-10-19These attributes are supported by GCC with the gnu vendor namespace for C++11...Aaron Ballman
2017-10-18Enable support for the [[maybe_unused]] attribute from WG14 N2053 when enabli...Aaron Ballman
2017-10-18Enable support for the [[fallthrough]] attribute from WG14 N2052 when enablin...Aaron Ballman
2017-10-17Enable support for the [[nodiscard]] attribute from WG14 N2050 when enabling ...Aaron Ballman
2017-10-16Remove AnyX86Interrupt documentationErich Keane
2017-10-15Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman
2017-09-28Add Documentation to attribute-nothrow. Additionally, limit to functions.Erich Keane
2017-09-22Add support for attribute 'noescape'.Akira Hatanaka
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka
2017-09-20Revert "Add support for attribute 'noescape'."Akira Hatanaka
2017-09-20Add support for attribute 'noescape'.Akira Hatanaka
2017-09-14Enable __declspec(selectany) on any platformPiotr Padlewski
2017-08-31Add documentation for force_align_arg_pointer function attributeErich Keane
2017-08-30[CodeGen][x86_64] Enable 'force_align_arg_pointer' attribute at x86_64Erich Keane
2017-08-08[mips] Enable `long_call/short_call` attributes on MIPS64Simon Atanasyan
2017-08-08Reland "Thread Safety Analysis: fix assert_capability."Josh Gao
2017-08-08[OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev
2017-08-08Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev
2017-08-08[OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev
2017-08-08Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev
2017-08-08[OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev
2017-08-04Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev
2017-08-04[OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev
2017-08-01Revert "Thread Safety Analysis: fix assert_capability."Josh Gao
2017-08-01Thread Safety Analysis: fix assert_capability.Josh Gao
2017-07-31[Attr] Make TargetWindows and TargetMicrosoftCXXABI match on aarch64 as wellMartin Storsjo
2017-07-21[mips] Add `short_call` to the set of `long_call/far/near` attributesSimon Atanasyan
2017-07-21Fix tblgen error.Richard Trieu
2017-07-20[CodeGen][mips] Support `long_call/far/near` attributesSimon Atanasyan
2017-07-18Convert attribute 'target' parsing from a 'pair' to a 'struct' to make furthe...Erich Keane
2017-06-05Add support for #pragma clang sectionJaved Absar
2017-05-24Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis
2017-05-22[mips] Support `micromips` attributeSimon Atanasyan
2017-05-09Add support for pretty platform names to `@available`/Alex Lorenz
2017-05-04[OpenCL] Add intel_reqd_sub_group_size attribute supportXiuli Pan
2017-04-27[X86] Support of no_caller_saved_registers attributeOren Ben Simhon
2017-04-20Add #pragma clang attribute support to the availability attributeAlex Lorenz
2017-04-19Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz
2017-04-18mingw-w64: enable support for __declspec(selectany)Martell Malone
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-18Revert r300539 - Add #pragma clang attributeAlex Lorenz