summaryrefslogtreecommitdiff
path: root/include/clang/Basic/AttrDocs.td
Commit message (Expand)AuthorAge
* Fixing the RST markup for the #pragma loop attribute documentation.Aaron Ballman2014-06-25
* Document unroll and unroll_count directives.Eli Bendersky2014-06-19
* Documentation for #pragma clang loop directive and options vectorize and inte...Tyler Nowicki2014-06-18
* Setting a heading for the section/allocate attribute so that the attribute do...Aaron Ballman2014-05-30
* Make the wording for the flatten docs a little clearer.Peter Collingbourne2014-05-20
* Implement the flatten attribute.Peter Collingbourne2014-05-20
* Implement the no_split_stack attribute.Peter Collingbourne2014-05-19
* Add support for __declspec(thread) under -fms-extensionsReid Kleckner2014-05-01
* Fix typos in carries_dependency docsReid Kleckner2014-04-30
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-08
* Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson2014-03-31
* Add documentation for the pcs attribute, based on r129534's commit message.Nico Weber2014-03-30
* Adding some cross references to the sanitizer attribute documentation. Remove...Aaron Ballman2014-03-02
* AttributeReference: Document __single_inhertiance, __multiple_inheritance, __...David Majnemer2014-02-25
* Fix typo in the td source tooAlp Toker2014-02-25
* Fix typosAlp Toker2014-02-25
* Clarifying the wording for the noduplicate attribute.Aaron Ballman2014-02-24
* Adding manual headings to the new capability attributes' documentation.Aaron Ballman2014-02-22
* Exposing the noduplicate attribute within Clang, which marks functions so tha...Aaron Ballman2014-02-22
* Adding role-based capability attributes that allow you to express role manage...Aaron Ballman2014-02-21
* Internal naming convention consistency change.Aaron Ballman2014-02-21
* Moving the documentation for the format attribute into AttrDocs.Aaron Ballman2014-02-21
* Moving the documentation for the type safety checking attributes into AttrDoc...Aaron Ballman2014-02-21
* Moving the documentation for the sanitizer negation attributes into AttrDocs.Aaron Ballman2014-02-21
* Refactored the way attribute category headers are handled so that it is possi...Aaron Ballman2014-02-19
* Moving the documentation for the ARM interrupt attribute into AttrDocs.Aaron Ballman2014-02-19
* Moving the documentation for the clang::fallthrough attribute into AttrDocs.Aaron Ballman2014-02-19
* Moving the documentation for the availability attribute into AttrDocs.Aaron Ballman2014-02-19
* Moving the documentation for the objc_requires_super attribute into AttrDocs.Aaron Ballman2014-02-19
* Moving the documentation for the objc_method_family attribute into AttrDocs.Aaron Ballman2014-02-19
* Moving the documentation for the overloadable attribute into AttrDocs.Aaron Ballman2014-02-19
* Moving the documentation for the enable_if attribute into AttrDocs. Removed t...Aaron Ballman2014-02-19
* Implements a declarative approach to documenting individual attributes in Cla...Aaron Ballman2014-02-17