summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.html
Commit message (Expand)AuthorAgeFilesLines
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-33/+67
* Add a query macro for C++11 N3276, decltype does not require completeDouglas Gregor2012-04-101-1/+5
* [Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar2012-04-051-0/+29
* Add feature check "cxx_local_type_template_args" describing supportDouglas Gregor2012-04-041-0/+7
* Removed repeated word (of of).Patrick Beard2012-03-211-1/+1
* Fixed typo.Patrick Beard2012-03-201-1/+1
* Added summary section for Object Literals and Subscripting, which contains th...Patrick Beard2012-03-201-1/+7
* Link to Objective-C literals documentation.Patrick Beard2012-03-201-0/+1
* LanguageExtensions: Manually word wrap a line to reduce horizontal scrolling.Benjamin Kramer2012-03-191-1/+2
* Document the weak-linking behavior of the availability attributeDouglas Gregor2012-03-111-0/+6
* Document the availability attributeDouglas Gregor2012-03-111-0/+44
* Clarify even further that the lambda-to-block-pointer conversion is only avai...Douglas Gregor2012-03-101-0/+4
* Document the conversion from a lambda closure type to a block pointerDouglas Gregor2012-03-091-0/+57
* User-defined literals are done.Richard Smith2012-03-091-1/+1
* Correct the documentation to give a legal example of a raw string literal.Richard Smith2012-03-071-1/+2
* Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith2012-03-031-1/+1
* Implement double underscore names support in __has_attributeJean-Daniel Dupas2012-03-011-0/+5
* Correct an example of a feature name to actually use a feature name ratherRichard Smith2012-03-011-2/+2
* Update release notes and language extensions pages to note that support forRichard Smith2012-02-261-2/+1
* Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (andRichard Smith2012-02-251-0/+5
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+2
* Clang supports lambdas.Douglas Gregor2012-02-231-1/+1
* Advertize support for constexpr.Richard Smith2012-02-141-1/+1
* The following patch adds __attribute__((no_address_safety_analysis)) which wi...Kostya Serebryany2012-01-241-0/+4
* Tweak markup.Benjamin Kramer2012-01-151-11/+13
* added descriptions of vector extensions, info about vector literals and vecto...Anton Yartsev2012-01-151-3/+157
* Fix ALL the markup.Benjamin Kramer2012-01-151-3/+5
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-12/+12
* clarify that clang version number macros are marketing version #'s, not somet...Chris Lattner2011-12-151-7/+12
* Implement support for the __is_final type trait, to determine whetherDouglas Gregor2011-12-031-0/+1
* First version of AddressSanitizer docs; documentation for __has_feature(addre...Kostya Serebryany2011-11-281-0/+17
* Fix grammaroDouglas Gregor2011-11-031-1/+1
* Add __has_feature(cxx_defaulted_functions) for querying "defaultedDouglas Gregor2011-11-011-0/+7
* Update documentation to use "C++11" instead of "C++0x"David Blaikie2011-10-181-74/+75
* Add c_alignas and cxx_alignas featuresPeter Collingbourne2011-10-141-0/+14
* Implement built-in macro '__has_warning', which allows one to query if a warn...Ted Kremenek2011-10-121-0/+17
* Now that we support move generation, mention this in the language extension a...Sebastian Redl2011-10-101-1/+2
* Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman2011-09-191-1/+37
* Document __has_feature(objc_instancetype).Douglas Gregor2011-09-081-0/+3
* Allow C++0x enumerations with a fixed underlying type inDouglas Gregor2011-09-081-0/+19
* Implement the Objective-C 'instancetype' type, which is an alias ofDouglas Gregor2011-09-081-3/+15
* Add and document __has_feature values for the remaining C++0xDouglas Gregor2011-08-291-34/+79
* Thread Safety: Added basic argument parsing for all new attributes.Caitlin Sadowski2011-08-091-34/+29
* Add a __has_feature macro for generalized initializers, turned offSean Hunt2011-08-071-0/+8
* Added basic parsing for all remaining attributes, thread safetyCaitlin Sadowski2011-07-281-16/+133
* Thread safety: Fix typo in documentationCaitlin Sadowski2011-07-281-1/+1
* Added parsing for guarded_var, pt_guarded_var, lockable,Caitlin Sadowski2011-07-281-0/+52
* Thanks to Chandler for reminding me to update the documentation for theSean Hunt2011-07-181-0/+1
* Add documentation about __has_feature(cxx_delegationg_constructors)Sean Hunt2011-06-231-0/+6
* Fix a minor copy-paste-o that broke the stylesheetsSean Hunt2011-06-231-2/+2