summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
Commit message (Expand)AuthorAgeFilesLines
* Amending r223468 with this documentation change.Aaron Ballman2014-12-051-2/+2
* Added a new preprocessor macro: __has_declspec_attribute. This can be used as...Aaron Ballman2014-12-051-0/+27
* Add support for has_feature(cxx_alignof) and has_feature(c_alignof).Nico Weber2014-12-031-0/+6
* Oops, the underline was too short for sphinx to like.Aaron Ballman2014-11-141-1/+1
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-141-0/+30
* Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith2014-11-121-0/+14
* Fix documentation typo.JF Bastien2014-10-101-1/+1
* [sphinx clean up] Fix warning introduced by r218957Dan Liew2014-10-031-1/+1
* Add an implementation of C11's stdatomic.hHal Finkel2014-10-031-3/+19
* Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.Hal Finkel2014-09-071-2/+39
* Enhance the 'Vectors and Extended Vectors' section.Anton Yartsev2014-09-031-17/+23
* Fixing a typo in the documented __builtin_convertvector example.Yunzhong Gao2014-09-021-1/+1
* 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