| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -12/+12 |
| * | clarify that clang version number macros are marketing version #'s, not somet... | Chris Lattner | 2011-12-15 | 1 | -7/+12 |
| * | Implement support for the __is_final type trait, to determine whether | Douglas Gregor | 2011-12-03 | 1 | -0/+1 |
| * | First version of AddressSanitizer docs; documentation for __has_feature(addre... | Kostya Serebryany | 2011-11-28 | 1 | -0/+17 |
| * | Fix grammaro | Douglas Gregor | 2011-11-03 | 1 | -1/+1 |
| * | Add __has_feature(cxx_defaulted_functions) for querying "defaulted | Douglas Gregor | 2011-11-01 | 1 | -0/+7 |
| * | Update documentation to use "C++11" instead of "C++0x" | David Blaikie | 2011-10-18 | 1 | -74/+75 |
| * | Add c_alignas and cxx_alignas features | Peter Collingbourne | 2011-10-14 | 1 | -0/+14 |
| * | Implement built-in macro '__has_warning', which allows one to query if a warn... | Ted Kremenek | 2011-10-12 | 1 | -0/+17 |
| * | Now that we support move generation, mention this in the language extension a... | Sebastian Redl | 2011-10-10 | 1 | -1/+2 |
| * | Add list initialization for complex numbers in C. Essentially, this allows "... | Eli Friedman | 2011-09-19 | 1 | -1/+37 |
| * | Document __has_feature(objc_instancetype). | Douglas Gregor | 2011-09-08 | 1 | -0/+3 |
| * | Allow C++0x enumerations with a fixed underlying type in | Douglas Gregor | 2011-09-08 | 1 | -0/+19 |
| * | Implement the Objective-C 'instancetype' type, which is an alias of | Douglas Gregor | 2011-09-08 | 1 | -3/+15 |
| * | Add and document __has_feature values for the remaining C++0x | Douglas Gregor | 2011-08-29 | 1 | -34/+79 |
| * | Thread Safety: Added basic argument parsing for all new attributes. | Caitlin Sadowski | 2011-08-09 | 1 | -34/+29 |
| * | Add a __has_feature macro for generalized initializers, turned off | Alexis Hunt | 2011-08-07 | 1 | -0/+8 |
| * | Added basic parsing for all remaining attributes, thread safety | Caitlin Sadowski | 2011-07-28 | 1 | -16/+133 |
| * | Thread safety: Fix typo in documentation | Caitlin Sadowski | 2011-07-28 | 1 | -1/+1 |
| * | Added parsing for guarded_var, pt_guarded_var, lockable, | Caitlin Sadowski | 2011-07-28 | 1 | -0/+52 |
| * | Thanks to Chandler for reminding me to update the documentation for the | Alexis Hunt | 2011-07-18 | 1 | -0/+1 |
| * | Add documentation about __has_feature(cxx_delegationg_constructors) | Alexis Hunt | 2011-06-23 | 1 | -0/+6 |
| * | Fix a minor copy-paste-o that broke the stylesheets | Alexis Hunt | 2011-06-23 | 1 | -2/+2 |
| * | Fix a bunch of HTML compliance problems with LanguageExtensions.html | Alexis Hunt | 2011-06-23 | 1 | -51/+55 |
| * | Revert "-fexceptions does not, in fact, enable C++ exceptions" | Alexis Hunt | 2011-06-23 | 1 | -1/+1 |
| * | -fexceptions does not, in fact, enable C++ exceptions | Alexis Hunt | 2011-06-22 | 1 | -1/+1 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -0/+7 |
| * | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+72 |
| * | Audit and finish the implementation of C++0x nullptr, fixing two | Douglas Gregor | 2011-05-21 | 1 | -2/+1 |
| * | Introduce __has_extension macro | Peter Collingbourne | 2011-05-13 | 1 | -101/+165 |
| * | Implement CWG1170, which makes access-control errors into template | Douglas Gregor | 2011-05-11 | 1 | -0/+5 |
| * | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -0/+6 |
| * | Add __has_feature(cxx_range_for) check for C++11 range-based for loop. | Richard Smith | 2011-04-15 | 1 | -0/+6 |
| * | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+15 |
| * | add a __sync_swap builtin to fill out the rest of the __sync builtins. | Chris Lattner | 2011-04-09 | 1 | -0/+31 |
| * | we can now claim to fully support the override control feature in C++0x. | Anders Carlsson | 2011-03-25 | 1 | -0/+6 |
| * | and now there are 3! | Chris Lattner | 2011-03-21 | 1 | -1/+1 |
| * | Improve the documentation for some of the analyzer attributes I added | John McCall | 2011-03-18 | 1 | -13/+39 |
| * | Create __has_feature(cxx_noexcept) and mark it as working. | Sebastian Redl | 2011-03-15 | 1 | -0/+6 |
| * | Update the www to indicate that auto is now implemented. | Richard Smith | 2011-02-23 | 1 | -2/+1 |
| * | Add a __has_feature check for default template arguments in function | Douglas Gregor | 2011-02-05 | 1 | -0/+5 |
| * | Add __has_feature() for each of the type traits | Douglas Gregor | 2011-02-03 | 1 | -1/+42 |
| * | Revert r124217 because it didn't catch the actual error case it was trying to | Jeffrey Yasskin | 2011-01-27 | 1 | -28/+0 |
| * | Add __has_feature(cxx_reference_qualified_functions); update tests and | Douglas Gregor | 2011-01-26 | 1 | -3/+7 |
| * | Add an attribute to forbid temporary instances of a type. This allows class | Jeffrey Yasskin | 2011-01-25 | 1 | -0/+28 |
| * | Document the ns_returns_retained, ns_consumed, etc. attributes. | John McCall | 2011-01-25 | 1 | -0/+45 |
| * | Eliminate the last reference to concepts, from Jean-Daniel Dupas | Douglas Gregor | 2011-01-24 | 1 | -1/+0 |
| * | Fix the __has_attribute example; we don't have an override attribute anymore. | Anders Carlsson | 2011-01-24 | 1 | -3/+3 |
| * | remove some crazy leftover thing. | Chris Lattner | 2011-01-24 | 1 | -1/+1 |
| * | Eradicate any mention of C++0x concepts. | Douglas Gregor | 2011-01-19 | 1 | -7/+1 |