summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning introduced by r290297.George Burgess IV2016-12-221-1/+1
* Add the alloc_size attribute to clang, attempt 2.George Burgess IV2016-12-221-0/+88
* Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth2016-12-201-88/+0
* Add the alloc_size attribute to clang.George Burgess IV2016-12-201-0/+88
* __uuidof() and declspec(uuid("...")) should be allowed on enumeration typesReid Kleckner2016-12-131-6/+0
* [Sema] Range-ify for loop, add period to comment. NFC.George Burgess IV2016-11-101-2/+2
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+6
* [OpenCL] Mark group functions as convergent in opencl-c.hYaxun Liu2016-11-011-0/+3
* [Sema] Delay partial availability diagnostics, just like deprecatedErik Pilkington2016-10-281-14/+8
* [Objective-C] Add objc_subclassing_restricted attributeAlex Lorenz2016-10-281-0/+3
* Reapply r284265: "[Sema] Refactor context checking for availability diagnostics"Erik Pilkington2016-10-251-59/+88
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-14/+15
* Revert "Add support for __builtin_os_log_format[_buffer_size]"Mehdi Amini2016-10-241-15/+14
* Add support for __builtin_os_log_format[_buffer_size]Mehdi Amini2016-10-241-14/+15
* Revert r284265 "[Sema] Refactor context checking for availability diagnostics"Erik Pilkington2016-10-181-66/+59
* Implement no_sanitize_address for global varsDouglas Katzman2016-10-141-10/+20
* [Sema] Refactor context checking for availability diagnosticsErik Pilkington2016-10-141-59/+66
* [CUDA] Disallow __shared__ variables in host functions.Justin Lebar2016-10-131-0/+4
* [Sema] Fix PR30520: Handle incomplete field types in transparent_union unionsAlex Lorenz2016-10-061-0/+4
* [CUDA] Allow extern __shared__ on empty-length arrays.Justin Lebar2016-10-021-1/+3
* [CUDA] Disallow __constant__ local variables.Justin Lebar2016-09-301-2/+14
* [CUDA] Disallow 'extern __shared__' variables.Justin Lebar2016-09-301-2/+14
* [AMDGPU] Expose flat work group size, register and wave control attributesKonstantin Zhuravlyov2016-09-261-15/+85
* Follow-up to r281367: Compare uuids case-insensitively.Nico Weber2016-09-141-1/+1
* [clang-cl] Diagnose duplicate uuids.Nico Weber2016-09-131-2/+17
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-021-0/+3
* Revert r280516 since it contained accidental changes.Eric Fiselier2016-09-021-3/+0
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-021-0/+3
* [ObjC] Warn on unguarded use of partial declarationErik Pilkington2016-08-161-0/+147
* Revert "[Attr] Add support for the `ms_hook_prologue` attribute."Charles Davis2016-08-081-8/+11
* [Attr] Add support for the `ms_hook_prologue` attribute.Charles Davis2016-08-081-11/+8
* [NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDeclErik Pilkington2016-08-051-14/+18
* [ObjC Availability] Fix partial-availability false positive introduced in r27...Erik Pilkington2016-08-011-1/+1
* Reapply r277058: "[ObjC] Consider availability of context when emitting avail...Erik Pilkington2016-07-291-0/+23
* Revert "[ObjC] Consider availability of context when emitting availability wa...Erik Pilkington2016-07-281-23/+0
* [ObjC] Consider availability of context when emitting availability warningsErik Pilkington2016-07-281-0/+23
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+2
* Add XRay flags to Clang. We implement two flags to control the XRay behaviour:Aaron Ballman2016-07-131-1/+4
* [GCC] PR23529 Mangler part of attrbute abi_tag supportDmitry Polukhin2016-06-301-4/+0
* Revise RenderScript attribute declarationPirama Arumuga Nainar2016-06-101-13/+2
* Remove a few gendered pronouns.Nico Weber2016-06-101-4/+3
* RenderScript support in the FrontendPirama Arumuga Nainar2016-06-091-0/+15
* [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.Artem Belevich2016-06-061-14/+27
* [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version)David Majnemer2016-05-231-0/+25
* Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev2016-05-181-5/+6
* Availability: set location when creating attribute for tvos, watchos.Manman Ren2016-05-061-5/+11
* Availability: attach the note to the declaration with the attributes.Manman Ren2016-05-061-3/+50
* Add a Subjects line to NoDebugAttr [NFC].Paul Robinson2016-04-291-12/+0
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-0/+3
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-3/+0
OpenPOWER on IntegriCloud