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