summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Attr.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r353976:Hans Wennborg2019-02-141-8/+1
* [WebAssembly] Backport custom import name changes for clang to 8.0.Hans Wennborg2019-02-121-0/+17
* [attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov2019-01-111-2/+14
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-0/+8
* Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman2019-01-041-3/+7
* Automatic variable initializationJF Bastien2018-12-181-0/+6
* [attributes] Add an attribute os_consumes_this, with similar semantics to ns_...George Karpenkov2018-12-061-2/+12
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-061-0/+5
* [attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...George Karpenkov2018-11-301-6/+25
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+6
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-271-6/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+6
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-261-6/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-261-0/+6
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+5
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-131-4/+2
* Support Swift in platform availability attributeMichael Wu2018-11-121-0/+1
* Add /Zc:DllexportInlines option to clang-clTakuto Ikuta2018-11-031-0/+21
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* Implement Function Multiversioning for Non-ELF Systems.Erich Keane2018-10-251-2/+2
* [clang] Add the exclude_from_explicit_instantiation attributeLouis Dionne2018-10-041-0/+7
* [NFC]Refactor MultiVersion Resolver Emission to combine typesErich Keane2018-09-131-0/+33
* Allow all supportable non-type attributes to be used with #pragma clang attri...Richard Smith2018-09-051-130/+6
* Adjust Attr representation so that changes to documentation don't affectRichard Smith2018-08-301-5/+136
* [AttrDocs]: document gnu_inline function attributeNick Desaulniers2018-08-291-1/+1
* [Sema/Attribute] Make types declared with address_space an AttributedTypeLeonard Chan2018-08-271-2/+0
* Add a new flag and attributes to control static destructor registrationErik Pilkington2018-08-211-0/+12
* Model type attributes as regular Attrs.Richard Smith2018-08-201-9/+23
* [OPENMP] Fix processing of declare target construct.Alexey Bataev2018-08-141-1/+11
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-23/+9
* Model type attributes as regular Attrs.Richard Smith2018-08-131-9/+23
* Summary:Add clang::reinitializes attributeMartin Bohme2018-08-131-0/+11
* [NFCI] My attempt to fix a warning in r338886 broke the build! Fix it.Erich Keane2018-08-031-1/+1
* [NFC] Fix unused expression warning introduced in r338884Erich Keane2018-08-031-2/+3
* [NFC] Silence unused variable warning in Attr.td/AttrParsedAttrImpl.incErich Keane2018-08-031-1/+1
* [UnrollAndJam] Add unroll_and_jam pragma handlingDavid Green2018-08-011-5/+17
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-011-0/+14
* Remove trailing spaceFangrui Song2018-07-301-4/+4
* [RISCV] Add support for interrupt attributeAna Pazos2018-07-261-0/+12
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+22
* Change \t to spacesFangrui Song2018-07-201-1/+1
* Add support for __declspec(code_seg("segname"))Erich Keane2018-07-181-0/+7
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-1/+1
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-091-0/+7
* Revert r332470 (and corresponding tests in r332492).Richard Smith2018-05-181-7/+0
* [Attr] Don't print fake MSInheritance argumentJoel E. Denny2018-05-161-2/+3
* Revert r332474: [Attr] Don't print fake MSInheritance argumentJoel E. Denny2018-05-161-3/+2
* [Attr] Don't print fake MSInheritance argumentJoel E. Denny2018-05-161-2/+3
* Add support for __declspec(code_seg("segname"))Erich Keane2018-05-161-0/+7
* Don't propagate dllimport to base class template static data membersReid Kleckner2018-05-111-0/+10