summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.html
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bunch of HTML compliance problems with LanguageExtensions.htmlSean Hunt2011-06-231-51/+55
* Revert "-fexceptions does not, in fact, enable C++ exceptions"Sean Hunt2011-06-231-1/+1
* -fexceptions does not, in fact, enable C++ exceptionsSean 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
* fix typoChris Lattner2010-11-281-1/+1
* make the example a bit better, encouraging people to use "suggestions of what...Chris Lattner2010-11-091-2/+2
* Document Clang's support for attributes on individual enumerators andJohn McCall2010-11-081-4/+45
* Add a __has_attribute macro that works much like __has_feature and __has_buil...Anders Carlsson2010-10-201-0/+24
* Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked aDouglas Gregor2010-10-081-0/+6
* Patch for adding message to unavailable attribute.Fariborz Jahanian2010-10-061-0/+9
* Implement the C++0x "trailing return type" feature, e.g.,Douglas Gregor2010-10-011-0/+6
* Implement __has_feature(cxx_inline_namespaces)Sebastian Redl2010-08-311-7/+15
* Reverted r103214.mike-m2010-05-071-0/+658
* 2nd part of: Overhauled llvm/clang docs builds.mike-m2010-05-061-658/+0
* Add Clang version inspection macros. Fixes PR6681.Douglas Gregor2010-04-301-1/+38
* concepts is not a keyword here and fix copy-pasto.Nick Lewycky2010-04-231-2/+2
* update linkChris Lattner2010-03-161-1/+1
* Clarify the documentation of ext_vector, and add a small example. HopefullyOwen Anderson2010-01-271-3/+19
* Fix pasto in __has_feature(cxx_lambdas) docsDouglas Gregor2010-01-131-1/+1
* Add a bunch more feature-checking macros for C++0x features. Some of these areSean Hunt2010-01-131-0/+77
* Fix typo.Ted Kremenek2009-12-031-1/+1
* Add __has_feature(cxx_exceptions) and __has_feature(cxx_rtti) to table of con...Ted Kremenek2009-12-031-6/+10
* Add section on what language features __has_feature() supports for querying i...Ted Kremenek2009-12-031-0/+18
* Added __has_include and __has_include_next.John Thompson2009-11-021-0/+64
* Implement __builtin_unreachable(), a GCC 4.5 extension.Chris Lattner2009-09-211-0/+42
* grammaroChris Lattner2009-09-161-1/+1
* Fix "for all intensive purposes" to "for all intents and purposes".Nick Lewycky2009-06-141-5/+5