summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/pragma-attribute-supported-attributes-list.test
Commit message (Expand)AuthorAgeFilesLines
* Support function attribute patchable_function_entryFangrui Song2020-01-101-0/+1
* [attributes][analyzer] Add annotations for handles.Gabor Horvath2019-12-201-0/+3
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+1
* Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))Pierre Habouzit2019-11-181-0/+2
* [BPF] add missing attribute in pragma-attribute-supported-attributes-list.testYonghong Song2019-11-131-0/+1
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-291-0/+1
* Revert "[clang] Add no_builtin attribute"Vlad Tsyrklevich2019-10-281-1/+0
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-281-0/+1
* [clang] New __attribute__((__clang_arm_mve_alias)).Simon Tatham2019-10-241-0/+1
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-1/+1
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+1
* Add lifetime categories attributesMatthias Gehre2019-07-251-0/+2
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-0/+1
* 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-0/+1
* 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-2/+2
* Revert "Add a new attribute, fortify_stdlib"Erik Pilkington2019-03-131-1/+0
* [attributes] Fix buildbot after r354530.Artem Dergachev2019-02-211-1/+1
* [attributes] Add an attribute for server routines in Mach kernel and extensions.Artem Dergachev2019-02-211-0/+1
* [Sema] Delay checking whether objc_designated_initializer is being applied to...Erik Pilkington2019-02-131-0/+1
* Add a new attribute, fortify_stdlibErik Pilkington2019-02-111-0/+1
* [OBJC] Add attribute to mark Objective C class as non-lazyJoe Daniels2019-02-041-0/+1
* [WebAssembly] Fix ImportName's position in this test.Dan Gohman2019-02-011-1/+1
* [WebAssembly] Add an import_field function attributeDan Gohman2019-02-011-0/+1
* [WebAssembly] Add WebAssemblyImportModule to pragma-attribute-supported-attri...Dan Gohman2019-01-241-0/+1
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+1
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-181-0/+1
* [attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov2019-01-111-2/+4
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-0/+1
* NFC: Make this test kinder on downstream forksErik Pilkington2018-12-041-1/+2
* Updating this test, which changed after the reverts from r348020.Aaron Ballman2018-11-301-3/+3
* Reverting r347949-r347951 because they broke the test bots.Aaron Ballman2018-11-301-3/+3
* [analyzer] Fixes after rebase.George Karpenkov2018-11-301-3/+3
* [attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...George Karpenkov2018-11-301-1/+4
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-1/+2
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-271-2/+1
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-1/+2
* [clang] Add the exclude_from_explicit_instantiation attributeLouis Dionne2018-10-041-1/+2
* Allow all supportable non-type attributes to be used with #pragma clang attri...Richard Smith2018-09-051-1/+54
* [AttrDocs] Fix build bots: add missing GNUInline pragma to test.Jordan Rupprecht2018-08-301-1/+2
* Add a new flag and attributes to control static destructor registrationErik Pilkington2018-08-211-1/+3
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-1/+3
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-091-1/+2
* Update pragma-attribute-supported-attributes-list.test.Manoj Gupta2018-05-091-1/+2
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-1/+2
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-1/+2
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-2/+2
* Fix test change missed in r314456Erich Keane2017-09-281-1/+1
OpenPOWER on IntegriCloud