summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Attr.td
Commit message (Expand)AuthorAgeFilesLines
* Attr: Remove ForceInlineDavid Majnemer2014-02-251-7/+1
* AttributeReference: Document __single_inhertiance, __multiple_inheritance, __...David Majnemer2014-02-251-1/+1
* Exposing the noduplicate attribute within Clang, which marks functions so tha...Aaron Ballman2014-02-221-0/+6
* Adding role-based capability attributes that allow you to express role manage...Aaron Ballman2014-02-211-0/+76
* Moving the documentation for the format attribute into AttrDocs.Aaron Ballman2014-02-211-1/+1
* Moving the documentation for the type safety checking attributes into AttrDoc...Aaron Ballman2014-02-211-2/+2
* Moving the documentation for the sanitizer negation attributes into AttrDocs.Aaron Ballman2014-02-211-3/+3
* Refactored the way attribute category headers are handled so that it is possi...Aaron Ballman2014-02-191-10/+11
* Moving the documentation for the ARM interrupt attribute into AttrDocs.Aaron Ballman2014-02-191-1/+1
* Moving the documentation for the clang::fallthrough attribute into AttrDocs.Aaron Ballman2014-02-191-1/+1
* Added a documentation category for statement attributes so that things like c...Aaron Ballman2014-02-191-0/+1
* Moving the documentation for the availability attribute into AttrDocs.Aaron Ballman2014-02-191-1/+1
* Moving the documentation for the objc_requires_super attribute into AttrDocs.Aaron Ballman2014-02-191-1/+1
* Moving the documentation for the objc_method_family attribute into AttrDocs.Aaron Ballman2014-02-191-1/+1
* Moving the documentation for the overloadable attribute into AttrDocs.Aaron Ballman2014-02-191-1/+1
* Moving the documentation for the enable_if attribute into AttrDocs. Removed t...Aaron Ballman2014-02-191-1/+1
* DeLesley Hutchins (who wrote the original thread-safety attribute functionali...Aaron Ballman2014-02-181-22/+32
* Implements a declarative approach to documenting individual attributes in Cla...Aaron Ballman2014-02-171-2/+224
* There is no std namespace for standards-based attributes. Removing the scope ...Aaron Ballman2014-02-131-3/+2
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+17
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-101-0/+6
* MS ABI: Mangle member pointer template argumentsReid Kleckner2014-02-051-0/+22
* Sema: Diagnose improper application of inheritance keywordsDavid Majnemer2014-01-291-4/+0
* Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU ...Aaron Ballman2014-01-271-92/+83
* Thread safety analysis: handle duplicate assert_lock attributes.DeLesley Hutchins2014-01-231-0/+2
* Neither attribute overloadable nor enable_if are supported by GCC. Disable theNick Lewycky2014-01-211-2/+2
* Exposed a declarative way to specify that an attribute can be duplicated when...Aaron Ballman2014-01-201-0/+16
* Remove some hard-coded specialness for thread-safety attributes from the pars...Aaron Ballman2014-01-201-12/+18
* Making some minor improvements to r199626.Aaron Ballman2014-01-201-1/+1
* HasFunctionProto is a more strict version of FunctionLike. Since attribute su...Aaron Ballman2014-01-201-11/+12
* Wire up basic parser/sema support for attribute 'returns_nonnull'.Ted Kremenek2014-01-201-0/+6
* Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""David Majnemer2014-01-171-7/+2
* Revert r199416, "MS ABI: Improve selection of an inheritance model"NAKAMURA Takumi2014-01-171-2/+7
* Enhance attribute 'nonnull' to be applicable to parameters directly (infix).Ted Kremenek2014-01-171-2/+3
* Refine diagnostic: attribute 'nonnull' applies to both functions and methods.Ted Kremenek2014-01-171-1/+1
* MS ABI: Improve selection of an inheritance modelDavid Majnemer2014-01-161-7/+2
* Giving a spelling to the Override attribute, and commenting on the absence of...Aaron Ballman2014-01-161-1/+3
* Factored some function-like type reasoning out of SemaDeclAttr and onto Decl ...Aaron Ballman2014-01-161-0/+30
* Giving the asm attribute some keyword spellings based off of GCC's documentat...Aaron Ballman2014-01-161-1/+1
* Simplifying the OpenCL image attribute. It does not need a semantic integer p...Aaron Ballman2014-01-141-7/+10
* Removing some attribute magic related to the OpenCL keyword attributes. Inste...Aaron Ballman2014-01-141-1/+24
* Consumed analysis: add two new attributes which fine-tune the behavior ofDeLesley Hutchins2014-01-141-0/+10
* Updating the attribute declarations to have the correct syntaxes. This means ...Aaron Ballman2014-01-131-8/+13
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-111-0/+7
* Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman2014-01-091-12/+30
* Removing a bit of custom parsing functionality used by the thread safety anal...Aaron Ballman2014-01-091-0/+18
* Treating the RegParmAttr as a TypeAttr because that is what it is.Aaron Ballman2014-01-081-1/+2
* [OpenCL] The kernel attribute can only be used on functions.Joey Gouly2014-01-021-0/+1
* Removing the alloc_size attribute. The attribute was semantically handled, bu...Aaron Ballman2013-12-211-5/+0
* After discussing with John McCall, removing the ns_bridged attribute as it is...Aaron Ballman2013-12-191-6/+0