summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-0/+3
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-111-2/+27
* [Objective-C] Introduce objc_runtime_visible attribute.Douglas Gregor2016-04-011-0/+3
* [OpenCL] Moved nosvm attribute handling in Sema to other OpenCL attrsAnastasia Stulova2016-04-011-3/+3
* [OpenCL] Added nosvm attribute for OpenCL v2.0.Anastasia Stulova2016-03-311-0/+12
* Add replacement = "xxx" to AvailabilityAttr.Manman Ren2016-03-211-2/+12
* Revert r263687 for ubsan bot failure.Manman Ren2016-03-171-12/+2
* Add an optional named argument (replacement = "xxx") to AvailabilityAttr.Manman Ren2016-03-171-2/+12
* Add an optional string argument to DeprecatedAttr for Fix-It.Manman Ren2016-03-161-4/+36
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-1/+12
* Implement support for [[maybe_unused]] in C++1z that is based off existing su...Aaron Ballman2016-03-091-1/+23
* [GCC] PR23529 Sema part of attrbute abi_tag supportDmitry Polukhin2016-03-091-0/+39
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-4/+9
* Implement support for [[nodiscard]] in C++1z that is based off existing suppo...Aaron Ballman2016-03-071-0/+6
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-0/+106
* Improve some infrastructure for extended parameter infos andJohn McCall2016-03-031-18/+38
* [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttrXiuli Pan2016-02-261-2/+36
* Addressing review comments for r261163.Manman Ren2016-02-221-30/+10
* Sema: provide an extension warning for enable_ifSaleem Abdulrasool2016-02-181-0/+2
* Add 'nopartial' qualifier for availability attributes.Manman Ren2016-02-171-5/+30
* Fix a leak in the generated code for attributes with strings.Benjamin Kramer2016-02-131-3/+3
* Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...Eugene Zelenko2016-02-121-26/+4
* Fix for PR8901: attribute "mode" rejected for enums and dependent types.Denis Zobnin2016-02-021-35/+70
* Fix attribute((mode([word|unwind_word]))) for x32Reid Kleckner2016-02-011-1/+1
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-1/+4
* [CUDA] Reject the alias attribute in CUDA device code.Justin Lebar2016-01-231-0/+3
* [CUDA] Only allow __global__ on free functions and static member functions.Justin Lebar2016-01-201-1/+11
* Allow __attribute__((mode)) to appertain to field declarations again. Correct...Aaron Ballman2016-01-191-2/+2
* PR26111: segmentation fault with __attribute__((mode(QI))) on function declar...Alexey Bataev2016-01-151-8/+3
OpenPOWER on IntegriCloud