summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Switching the ibaction attribute handler to the generalized handler. No funct...Aaron Ballman2013-12-021-6/+2
* Replacing custom subject application logic with table-generated logic. Affect...Aaron Ballman2013-12-021-53/+2
* Refactored the tls_model attribute to use a custom subset subject. No functio...Aaron Ballman2013-11-291-6/+0
* Using a custom subject to reenable the Subjects line for the ns_bridged attri...Aaron Ballman2013-11-291-6/+0
* Enables support for custom subject lists for attributes. As a testbed, uses t...Aaron Ballman2013-11-291-10/+2
* Converts the lockable attributes to use the simple attribute handler because ...Aaron Ballman2013-11-271-33/+2
* Automated checking for C++ when determining what argument to send to the diag...Aaron Ballman2013-11-271-16/+0
* Adding the Subjects entry back for the noreturn attributes. This caused some ...Aaron Ballman2013-11-271-19/+1
* Enabling the subject list for the warn_unused attribute, and adding a test ca...Aaron Ballman2013-11-271-9/+1
* Adding in the subject for the init_priority attribute.Aaron Ballman2013-11-271-2/+2
* Refactored semantic handlers that would unilaterally apply the attribute to a...Aaron Ballman2013-11-271-161/+36
* Trivial fix: remove unused variableAlexander Kornienko2013-11-271-1/+0
* Laying the basic groundwork for table generating the diagnostics for attribut...Aaron Ballman2013-11-271-371/+29
* Remove 'DistinctSpellings' support from Attr.td and change its only user toRichard Smith2013-11-271-26/+21
* Replacing a custom diagnostic with a more standard one. No functional change ...Aaron Ballman2013-11-261-3/+4
* Making type_tag_for_datatype consistent with its declared subject from Attr.t...Aaron Ballman2013-11-251-0/+6
* SemaDeclAttr.cpp: Try to fix a warning [-Wunnamed-type-template-args]NAKAMURA Takumi2013-11-251-1/+1
* Switching the common attribute over to using the generic diagnostic, and remo...Aaron Ballman2013-11-241-1/+2
* __declspec(uuid) is only supported for C++ code according to MSDN (as well as...Aaron Ballman2013-11-241-0/+14
* __declspec(uuid) is only allowed on a class according to MSDN; this makes the...Aaron Ballman2013-11-241-0/+6
* Making some attribute diagnostics more consistent. Removes a newly-unused dia...Aaron Ballman2013-11-241-1/+7
* Remove optional parameter bit from attribute ObjCSuppressProtocol.Ted Kremenek2013-11-231-2/+1
* Add back experimental attribute objc_suppress_protocol_methods (slightly rena...Ted Kremenek2013-11-231-1/+26
* Whitespace. No functional change intended.Aaron Ballman2013-11-221-4/+4
* ObjectiveC migrator. Improve on definition, useFariborz Jahanian2013-11-221-6/+2
* ObjectiveC. Implement attribute 'objc_bridge_mutable'Fariborz Jahanian2013-11-211-0/+27
* Revert "Add new attribute 'objc_suppress_protocol' to suppress protocol confo...Ted Kremenek2013-11-211-28/+1
* Add new attribute 'objc_suppress_protocol' to suppress protocol conformance f...Ted Kremenek2013-11-211-1/+28
* Refactor some of handleObjCBridgeAttr to make it more concise and the diagnos...Ted Kremenek2013-11-211-8/+7
* Refactored integer argument checking code into a helper method. Removes a con...Aaron Ballman2013-11-211-111/+61
* Implemented DefaultIntArgument in the table generator and start using it in s...Aaron Ballman2013-11-211-4/+4
* There is no such thing as __declspec(ms_struct), this is a GNU attribute. Swi...Aaron Ballman2013-11-201-1/+2
* Removed a duplicate diagnostic related to attribute subjects for thread safet...Aaron Ballman2013-11-201-28/+22
* Removing a custom error diagnostic and replacing it with a stock one. Added a...Aaron Ballman2013-11-201-2/+4
* Switching some string literals to be generated by the AttributeList object it...Aaron Ballman2013-11-191-5/+5
* bjectiveC. Use a uniform diagnostic forFariborz Jahanian2013-11-191-3/+7
* ObjectiveC 'objc_bridging'. Assorment of improvements Fariborz Jahanian2013-11-191-1/+2
* ObjectiveC ARC. Adopt objc_bridge attributeFariborz Jahanian2013-11-191-33/+1
* ObjectiveC ARC. Only briding of pointer to struct CF object is allowed.Fariborz Jahanian2013-11-151-3/+8
* ObjectiveC ARC. objc_bridge attribute should be applied toFariborz Jahanian2013-11-141-4/+3
* ObjectiveC ARC. Introduce a new attribute, 'objc_bridge'Fariborz Jahanian2013-11-131-0/+53
* Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith2013-10-311-17/+23
* Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2013-10-311-18/+22
* Changed tests_typestate to test_typestate for consistency.Chris Wailes2013-10-291-7/+7
* Revert "This patch causes clang to reject alias attributes that point to unde...Rafael Espindola2013-10-221-7/+0
* This patch causes clang to reject alias attributes that point to undefinedRafael Espindola2013-10-221-0/+7
* Fix crash in cleanup attr handlingAlp Toker2013-10-201-2/+7
* Consumed analysis: Add param_typestate attribute, which specifies thatDeLesley Hutchins2013-10-171-1/+50
* Consumed Analysis: Allow parameters that are passed by non-const referenceDeLesley Hutchins2013-10-171-7/+13
* Trivial formatting changes; no functional changes intended.Aaron Ballman2013-10-141-4/+6
OpenPOWER on IntegriCloud