summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
Commit message (Expand)AuthorAgeFilesLines
...
* In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan2014-07-231-2/+2
* ARM: Add doc for ACLE memory barrier intrinsicsYi Kong2014-07-231-0/+13
* Fix typosAlp Toker2014-07-141-1/+1
* ARM: add support for v8 ldaex/stlex builtins.Tim Northover2014-07-021-5/+7
* Document unroll and unroll_count directives.Eli Bendersky2014-06-191-3/+46
* Documentation for #pragma clang loop directive and options vectorize and inte...Tyler Nowicki2014-06-181-0/+65
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-031-0/+18
* [DOC] Documentation for #pragma clang optimize on/offDario Domizioli2014-05-281-0/+79
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-1/+1
* PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas andRichard Smith2014-05-091-4/+4
* Add description about the __is_identifier() macroYunzhong Gao2014-04-121-0/+20
* ARM64: initial clang support commit.Tim Northover2014-03-291-1/+1
* Moving the documentation for the format attribute into AttrDocs.Aaron Ballman2014-02-211-60/+0
* Moving the documentation for the type safety checking attributes into AttrDoc...Aaron Ballman2014-02-211-152/+0
* Moving the documentation for the sanitizer negation attributes into AttrDocs.Aaron Ballman2014-02-211-31/+0
* Doing some temporary touch-up on the gnu namespace attribute documentation, f...Aaron Ballman2014-02-191-4/+1
* Refactored the way attribute category headers are handled so that it is possi...Aaron Ballman2014-02-191-58/+0
* Moving the documentation for the ARM interrupt attribute into AttrDocs.Aaron Ballman2014-02-191-42/+0
* Moving the documentation for the clang::fallthrough attribute into AttrDocs.Aaron Ballman2014-02-191-45/+0
* Moving the documentation for the availability attribute into AttrDocs.Aaron Ballman2014-02-191-97/+0
* Moving the documentation for the objc_requires_super attribute into AttrDocs.Aaron Ballman2014-02-191-48/+1
* Moving the documentation for the objc_method_family attribute into AttrDocs.Aaron Ballman2014-02-191-25/+0
* Moving the documentation for the overloadable attribute into AttrDocs.Aaron Ballman2014-02-191-82/+0
* Moving the documentation for the enable_if attribute into AttrDocs. Removed t...Aaron Ballman2014-02-191-79/+0
* Updated documentation for Thread Safety Analysis.DeLesley Hutchins2014-02-181-152/+14
* Clarify. Thanks to Sean Silva and Warren Hunt for help wordsmithing!Nick Lewycky2014-01-281-6/+6
* Fix always-false conditional thinko in documentation.Nick Lewycky2014-01-281-1/+1
* Remove outdated documentation suggesting we don't support the C++1y lambda ex...Richard Smith2014-01-241-2/+0
* MSVC 2013 type trait supportAlp Toker2014-01-201-0/+5
* docs: clarify the role of compiler-builtin type trait primitivesAlp Toker2014-01-181-7/+25
* Try to fix this link.Nick Lewycky2014-01-181-1/+1
* This code block wasn't showing up in the html. Try this?Nick Lewycky2014-01-151-0/+1
* Fix the attribute enable_if example in the docs to be 100% real-world, instea...Nick Lewycky2014-01-151-1/+3
* Fix cxx_variable_templates feature check and documentationAlp Toker2014-01-151-1/+0
* Whoops! Fix major think-o in the first example in the documentation that I ed...Nick Lewycky2014-01-111-2/+0
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-111-0/+80
* Updating documentation for the __has_attribute changes landed in r198897.Aaron Ballman2014-01-091-2/+3
* Documentation typo correctionsAlp Toker2013-12-031-2/+2
* Undoing accidental change to docs/LanguageExtensions.rst in my previous Warren Hunt2013-10-241-7/+11
* Implements 64 bit microsoft record layout and adds lit tests to cover Warren Hunt2013-10-231-11/+7
* More wordsmithing on objc_requires_super documentation.Ted Kremenek2013-10-231-7/+11
* Wordsmith text of objc_requires_super.Ted Kremenek2013-10-231-9/+9
* Fix typo.Ted Kremenek2013-10-231-1/+1
* Provide documentation on attribute((objc_requires_super)).Ted Kremenek2013-10-231-0/+39
* Change title of section to reflect the concept, and not the mechanism.Ted Kremenek2013-10-231-2/+3
* Updated and added to the Consumed documentation.Chris Wailes2013-10-211-11/+41
* tsan: update docsDmitry Vyukov2013-10-171-2/+2
* Document the presence of the new Objective-C++ mangling for qualified-id.Ted Kremenek2013-10-151-0/+15
* Typo in ARM __attribute__((interrupt)) documentationTim Northover2013-10-011-1/+1
* Implement ARM GNU-style interrupt attributeTim Northover2013-10-011-0/+42