aboutsummaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.html
AgeCommit message (Expand)Author
2011-10-10Now that we support move generation, mention this in the language extension a...Sebastian Redl
2011-09-19Add list initialization for complex numbers in C. Essentially, this allows "...Eli Friedman
2011-09-08Document __has_feature(objc_instancetype).Douglas Gregor
2011-09-08Allow C++0x enumerations with a fixed underlying type inDouglas Gregor
2011-09-08Implement the Objective-C 'instancetype' type, which is an alias ofDouglas Gregor
2011-08-29Add and document __has_feature values for the remaining C++0xDouglas Gregor
2011-08-09Thread Safety: Added basic argument parsing for all new attributes.Caitlin Sadowski
2011-08-07Add a __has_feature macro for generalized initializers, turned offSean Hunt
2011-07-28Added basic parsing for all remaining attributes, thread safetyCaitlin Sadowski
2011-07-28Thread safety: Fix typo in documentationCaitlin Sadowski
2011-07-28Added parsing for guarded_var, pt_guarded_var, lockable,Caitlin Sadowski
2011-07-18Thanks to Chandler for reminding me to update the documentation for theSean Hunt
2011-06-23Add documentation about __has_feature(cxx_delegationg_constructors)Sean Hunt
2011-06-23Fix a minor copy-paste-o that broke the stylesheetsSean Hunt
2011-06-23Fix a bunch of HTML compliance problems with LanguageExtensions.htmlSean Hunt
2011-06-23Revert "-fexceptions does not, in fact, enable C++ exceptions"Sean Hunt
2011-06-22-fexceptions does not, in fact, enable C++ exceptionsSean Hunt
2011-06-15Automatic Reference Counting.John McCall
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-05-21Audit and finish the implementation of C++0x nullptr, fixing twoDouglas Gregor
2011-05-13Introduce __has_extension macroPeter Collingbourne
2011-05-11Implement CWG1170, which makes access-control errors into templateDouglas Gregor
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-04-15Add __has_feature(cxx_range_for) check for C++11 range-based for loop.Richard Smith
2011-04-15C1X: implement generic selectionsPeter Collingbourne
2011-04-09add a __sync_swap builtin to fill out the rest of the __sync builtins. Chris Lattner
2011-03-25we can now claim to fully support the override control feature in C++0x.Anders Carlsson
2011-03-21and now there are 3!Chris Lattner
2011-03-18Improve the documentation for some of the analyzer attributes I addedJohn McCall
2011-03-15Create __has_feature(cxx_noexcept) and mark it as working.Sebastian Redl
2011-02-23Update the www to indicate that auto is now implemented.Richard Smith
2011-02-05Add a __has_feature check for default template arguments in functionDouglas Gregor
2011-02-03Add __has_feature() for each of the type traitsDouglas Gregor
2011-01-27Revert r124217 because it didn't catch the actual error case it was trying toJeffrey Yasskin
2011-01-26Add __has_feature(cxx_reference_qualified_functions); update tests andDouglas Gregor
2011-01-25Add an attribute to forbid temporary instances of a type. This allows classJeffrey Yasskin
2011-01-25Document the ns_returns_retained, ns_consumed, etc. attributes.John McCall
2011-01-24Eliminate the last reference to concepts, from Jean-Daniel DupasDouglas Gregor
2011-01-24Fix the __has_attribute example; we don't have an override attribute anymore.Anders Carlsson
2011-01-24remove some crazy leftover thing.Chris Lattner
2011-01-19Eradicate any mention of C++0x concepts.Douglas Gregor
2010-11-28fix typoChris Lattner
2010-11-09make the example a bit better, encouraging people to use "suggestions of what...Chris Lattner
2010-11-08Document Clang's support for attributes on individual enumerators andJohn McCall
2010-10-20Add a __has_attribute macro that works much like __has_feature and __has_buil...Anders Carlsson
2010-10-08Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked aDouglas Gregor
2010-10-06Patch for adding message to unavailable attribute.Fariborz Jahanian
2010-10-01Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor
2010-08-31Implement __has_feature(cxx_inline_namespaces)Sebastian Redl
2010-05-07Reverted r103214.mike-m