summaryrefslogtreecommitdiffstats
path: root/clang/docs/LanguageExtensions.html
Commit message (Expand)AuthorAgeFilesLines
* 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 offAlexis 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 theAlexis Hunt2011-07-181-0/+1
* Add documentation about __has_feature(cxx_delegationg_constructors)Alexis Hunt2011-06-231-0/+6
* Fix a minor copy-paste-o that broke the stylesheetsAlexis Hunt2011-06-231-2/+2
* Fix a bunch of HTML compliance problems with LanguageExtensions.htmlAlexis Hunt2011-06-231-51/+55
* Revert "-fexceptions does not, in fact, enable C++ exceptions"Alexis Hunt2011-06-231-1/+1
* -fexceptions does not, in fact, enable C++ exceptionsAlexis Hunt2011-06-221-1/+1
* Automatic Reference Counting.John McCall2011-06-151-0/+7
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+72
* Audit and finish the implementation of C++0x nullptr, fixing twoDouglas Gregor2011-05-211-2/+1
* Introduce __has_extension macroPeter Collingbourne2011-05-131-101/+165
* Implement CWG1170, which makes access-control errors into templateDouglas Gregor2011-05-111-0/+5
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+6
* Add __has_feature(cxx_range_for) check for C++11 range-based for loop.Richard Smith2011-04-151-0/+6
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+15
* add a __sync_swap builtin to fill out the rest of the __sync builtins. Chris Lattner2011-04-091-0/+31
* we can now claim to fully support the override control feature in C++0x.Anders Carlsson2011-03-251-0/+6
* and now there are 3!Chris Lattner2011-03-211-1/+1
* Improve the documentation for some of the analyzer attributes I addedJohn McCall2011-03-181-13/+39
* Create __has_feature(cxx_noexcept) and mark it as working.Sebastian Redl2011-03-151-0/+6
* Update the www to indicate that auto is now implemented.Richard Smith2011-02-231-2/+1
* Add a __has_feature check for default template arguments in functionDouglas Gregor2011-02-051-0/+5
* Add __has_feature() for each of the type traitsDouglas Gregor2011-02-031-1/+42
* Revert r124217 because it didn't catch the actual error case it was trying toJeffrey Yasskin2011-01-271-28/+0
* Add __has_feature(cxx_reference_qualified_functions); update tests andDouglas Gregor2011-01-261-3/+7
* Add an attribute to forbid temporary instances of a type. This allows classJeffrey Yasskin2011-01-251-0/+28
* Document the ns_returns_retained, ns_consumed, etc. attributes.John McCall2011-01-251-0/+45
* Eliminate the last reference to concepts, from Jean-Daniel DupasDouglas Gregor2011-01-241-1/+0
* Fix the __has_attribute example; we don't have an override attribute anymore.Anders Carlsson2011-01-241-3/+3
* remove some crazy leftover thing.Chris Lattner2011-01-241-1/+1
* Eradicate any mention of C++0x concepts.Douglas Gregor2011-01-191-7/+1
OpenPOWER on IntegriCloud