summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Attr.td
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-171-0/+23
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-2/+2
* [www] Update attribute reference for 'constinit'.Richard Smith2019-09-041-1/+1
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-9/+11
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-1/+14
* [Attr] Support _attribute__ ((fallthrough))Nathan Huckleberry2019-08-201-1/+1
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+6
* Add lifetime categories attributesMatthias Gehre2019-07-251-0/+14
* Implement P1771Erich Keane2019-07-251-1/+8
* [Clang] New loop pragma vectorize_predicateSjoerd Meijer2019-07-251-2/+5
* Revert the change to the [[nodiscard]] feature test macro value.Aaron Ballman2019-07-221-1/+1
* Implement P1301R4, which allows specifying an optional message on the [[nodis...Aaron Ballman2019-07-201-1/+2
* clang-cl: Port cl.exe's C4659 to clang-clNico Weber2019-07-091-0/+2
* Revert [Sema] Resolve placeholder types before type deduction to silence spur...Reid Kleckner2019-07-081-10/+0
* [Sema] Resolve placeholder types before type deduction to silenceAkira Hatanaka2019-07-081-0/+10
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-0/+8
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-4/+16
* DebugInfo: Add support for 'nodebug' attribute on typedefs and alias templatesDavid Blaikie2019-06-081-1/+1
* Make NoThrow FunctionLike, make FunctionLike include references, fixErich Keane2019-06-031-1/+1
* Add the `objc_class_stub` attribute.John McCall2019-05-301-3/+15
* [ARM][CMSE] Add commandline option and feature macroJaved Absar2019-05-211-0/+3
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-111-1/+1
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-111-0/+4
* Add a new attribute documentation category for declarations.Aaron Ballman2019-04-031-0/+2
* [MS] Add frontend support for __declspec(allocator)Reid Kleckner2019-03-251-0/+6
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-201-1/+16
* Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington2019-03-191-1/+3
* Revert "Add a new attribute, fortify_stdlib"Erik Pilkington2019-03-131-7/+0
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+1
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+7
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-03-011-1/+1
* [AMDGPU] Allow using integral non-type template parametersMichael Liao2019-02-261-2/+2
* revert r354873 as this breaks lldb builds.Pierre Gousseau2019-02-261-1/+1
* [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sani...Pierre Gousseau2019-02-261-1/+1
* [attributes] Add an attribute for server routines in Mach kernel and extensions.Artem Dergachev2019-02-211-0/+6
* [Sema] Delay checking whether objc_designated_initializer is being applied to...Erik Pilkington2019-02-131-8/+1
* Add a new attribute, fortify_stdlibErik Pilkington2019-02-111-0/+7
* [OBJC] Add attribute to mark Objective C class as non-lazyJoe Daniels2019-02-041-0/+7
* [WebAssembly] Add an import_field function attributeDan Gohman2019-02-011-1/+9
* [WebAssembly] Add an import_module function attributeDan Gohman2019-01-241-0/+9
* Add a priority field to availability attributes to prioritize explicitAlex Lorenz2019-01-241-1/+2
* 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/+10
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-181-0/+6
* [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