| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | fix typo | Chris Lattner | 2010-11-28 | 1 | -1/+1 |
| * | make the example a bit better, encouraging people to use "suggestions of what... | Chris Lattner | 2010-11-09 | 1 | -2/+2 |
| * | Document Clang's support for attributes on individual enumerators and | John McCall | 2010-11-08 | 1 | -4/+45 |
| * | Add a __has_attribute macro that works much like __has_feature and __has_buil... | Anders Carlsson | 2010-10-20 | 1 | -0/+24 |
| * | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor | 2010-10-08 | 1 | -0/+6 |
| * | Patch for adding message to unavailable attribute. | Fariborz Jahanian | 2010-10-06 | 1 | -0/+9 |
| * | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor | 2010-10-01 | 1 | -0/+6 |
| * | Implement __has_feature(cxx_inline_namespaces) | Sebastian Redl | 2010-08-31 | 1 | -7/+15 |
| * | Reverted r103214. | mike-m | 2010-05-07 | 1 | -0/+658 |
| * | 2nd part of: Overhauled llvm/clang docs builds. | mike-m | 2010-05-06 | 1 | -658/+0 |
| * | Add Clang version inspection macros. Fixes PR6681. | Douglas Gregor | 2010-04-30 | 1 | -1/+38 |
| * | concepts is not a keyword here and fix copy-pasto. | Nick Lewycky | 2010-04-23 | 1 | -2/+2 |
| * | update link | Chris Lattner | 2010-03-16 | 1 | -1/+1 |
| * | Clarify the documentation of ext_vector, and add a small example. Hopefully | Owen Anderson | 2010-01-27 | 1 | -3/+19 |
| * | Fix pasto in __has_feature(cxx_lambdas) docs | Douglas Gregor | 2010-01-13 | 1 | -1/+1 |
| * | Add a bunch more feature-checking macros for C++0x features. Some of these are | Alexis Hunt | 2010-01-13 | 1 | -0/+77 |
| * | Fix typo. | Ted Kremenek | 2009-12-03 | 1 | -1/+1 |
| * | Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of con... | Ted Kremenek | 2009-12-03 | 1 | -6/+10 |
| * | Add section on what language features __has_feature() supports for querying i... | Ted Kremenek | 2009-12-03 | 1 | -0/+18 |
| * | Added __has_include and __has_include_next. | John Thompson | 2009-11-02 | 1 | -0/+64 |
| * | Implement __builtin_unreachable(), a GCC 4.5 extension. | Chris Lattner | 2009-09-21 | 1 | -0/+42 |
| * | grammaro | Chris Lattner | 2009-09-16 | 1 | -1/+1 |
| * | Fix "for all intensive purposes" to "for all intents and purposes". | Nick Lewycky | 2009-06-14 | 1 | -5/+5 |
| * | implement and document a new __has_feature and __has_builtin magic | Chris Lattner | 2009-06-13 | 1 | -2/+75 |
| * | 257 -> FS | Chris Lattner | 2009-05-05 | 1 | -3/+4 |
| * | mention the non-standard builtin macros we support. | Chris Lattner | 2009-04-13 | 1 | -0/+7 |
| * | typos | Chris Lattner | 2009-04-10 | 1 | -2/+2 |
| * | Wording changes. | Ted Kremenek | 2009-04-10 | 1 | -6/+7 |
| * | Add blurb about attribute "analyzer_noreturn" | Ted Kremenek | 2009-04-10 | 1 | -1/+46 |