summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/AttrDocs.td
Commit message (Expand)AuthorAgeFilesLines
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-111-8/+8
* Whitespace and formatting changes; NFC.Aaron Ballman2019-04-031-6/+5
* Add a new attribute documentation category for declarations.Aaron Ballman2019-04-031-20/+20
* [MS] Add frontend support for __declspec(allocator)Reid Kleckner2019-03-251-0/+17
* Correct this attribute group documentation to have a heading, which fixes the...Aaron Ballman2019-03-201-0/+1
* Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington2019-03-191-0/+9
* Revert "Add a new attribute, fortify_stdlib"Erik Pilkington2019-03-131-37/+0
* AttrDocs.td: fix broken bullet-point indentationHans Wennborg2019-02-271-5/+5
* [attributes] Add an attribute for server routines in Mach kernel and extensions.Artem Dergachev2019-02-211-0/+21
* Add a new attribute, fortify_stdlibErik Pilkington2019-02-111-0/+37
* [OBJC] Add attribute to mark Objective C class as non-lazyJoe Daniels2019-02-041-0/+13
* [WebAssembly] Add an import_field function attributeDan Gohman2019-02-011-0/+17
* [WebAssembly] Add an import_module function attributeDan Gohman2019-01-241-1/+17
* Add a priority field to availability attributes to prioritize explicitAlex Lorenz2019-01-241-5/+65
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+49
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-181-1/+38
* [attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov2019-01-111-0/+15
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-0/+28
* Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman2019-01-041-4/+54
* Correct the diagnose_if attribute documentation. Fixes PR35845.Aaron Ballman2018-12-201-2/+2
* Automatic variable initializationJF Bastien2018-12-181-0/+12
* [attributes] Add an attribute os_consumes_this, with similar semantics to ns_...George Karpenkov2018-12-061-1/+8
* [Sema/Attribute] Check for noderef attributeLeonard Chan2018-12-061-0/+57
* [attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...George Karpenkov2018-11-301-0/+45
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+24
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-271-24/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+24
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-261-24/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-261-0/+24
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+25
* clang: Allow ifunc resolvers to accept argumentsEd Maste2018-10-101-1/+1
* [clang] Add the exclude_from_explicit_instantiation attributeLouis Dionne2018-10-041-0/+62
* Update ifunc attribute support documentationEd Maste2018-09-301-1/+1
* Improve attribute documentation to list which spellings are used in which syn...Richard Smith2018-08-301-14/+16
* [AttrDocs]: document gnu_inline function attributeNick Desaulniers2018-08-291-0/+35
* Add a new flag and attributes to control static destructor registrationErik Pilkington2018-08-211-0/+19
* Summary:Add clang::reinitializes attributeMartin Bohme2018-08-131-0/+28
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-011-0/+16
* [RISCV] Add support for interrupt attributeAna Pazos2018-07-261-0/+23
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+59
* Add support for __declspec(code_seg("segname"))Erich Keane2018-07-181-0/+12
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-091-0/+24
* Fix the indentation in this documentation to remove a Sphinx warning; NFC.Aaron Ballman2018-06-281-5/+4
* ASan docs: no_sanitize("address") works on globals.Evgeniy Stepanov2018-06-211-10/+11
* Revert r332470 (and corresponding tests in r332492).Richard Smith2018-05-181-12/+0
* Add support for __declspec(code_seg("segname"))Erich Keane2018-05-161-0/+12
* [Clang] Implement function attribute no_stack_protector.Manoj Gupta2018-05-091-0/+22
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* Fix typoMatt Arsenault2018-03-291-8/+8