aboutsummaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.html
AgeCommit message (Expand)Author
2012-12-12docs: Convert some docs to reST.Sean Silva
2012-09-25Add the Microsoft __is_interface_class type trait.John McCall
2012-09-17Added an example of an empty case label to avoid confusion.Alexander Kornienko
2012-08-31Documentation: correct a typo introduced in r162971.Dmitri Gribenko
2012-08-31Documentation: add missing word "accepts".Dmitri Gribenko
2012-08-17Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko
2012-08-05Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...Hal Finkel
2012-06-18document _has_feature(objc_default_synthesize_properties).Fariborz Jahanian
2012-05-27Close HTML tag properly.Dmitri Gribenko
2012-05-03Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts.Richard Smith
2012-05-03Minor copy-edits to clang::fallthrough attribute documentation.Richard Smith
2012-05-03Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith
2012-04-19Formatting fix.Richard Smith
2012-04-19Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard
2012-04-11Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith
2012-04-10Add a query macro for C++11 N3276, decltype does not require completeDouglas Gregor
2012-04-05[Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar
2012-04-04Add feature check "cxx_local_type_template_args" describing supportDouglas Gregor
2012-03-21Removed repeated word (of of).Patrick Beard
2012-03-20Fixed typo.Patrick Beard
2012-03-20Added summary section for Object Literals and Subscripting, which contains th...Patrick Beard
2012-03-20Link to Objective-C literals documentation.Patrick Beard
2012-03-19LanguageExtensions: Manually word wrap a line to reduce horizontal scrolling.Benjamin Kramer
2012-03-11Document the weak-linking behavior of the availability attributeDouglas Gregor
2012-03-11Document the availability attributeDouglas Gregor
2012-03-10Clarify even further that the lambda-to-block-pointer conversion is only avai...Douglas Gregor
2012-03-09Document the conversion from a lambda closure type to a block pointerDouglas Gregor
2012-03-09User-defined literals are done.Richard Smith
2012-03-07Correct the documentation to give a legal example of a raw string literal.Richard Smith
2012-03-03Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith
2012-03-01Implement double underscore names support in __has_attributeJean-Daniel Dupas
2012-03-01Correct an example of a feature name to actually use a feature name ratherRichard Smith
2012-02-26Update release notes and language extensions pages to note that support forRichard Smith
2012-02-25Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (andRichard Smith
2012-02-24Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor
2012-02-23Clang supports lambdas.Douglas Gregor
2012-02-14Advertize support for constexpr.Richard Smith
2012-01-24The following patch adds __attribute__((no_address_safety_analysis)) which wi...Kostya Serebryany
2012-01-15Tweak markup.Benjamin Kramer
2012-01-15added descriptions of vector extensions, info about vector literals and vecto...Anton Yartsev
2012-01-15Fix ALL the markup.Benjamin Kramer
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer
2011-12-15clarify that clang version number macros are marketing version #'s, not somet...Chris Lattner
2011-12-03Implement support for the __is_final type trait, to determine whetherDouglas Gregor
2011-11-28First version of AddressSanitizer docs; documentation for __has_feature(addre...Kostya Serebryany
2011-11-03Fix grammaroDouglas Gregor
2011-11-01Add __has_feature(cxx_defaulted_functions) for querying "defaultedDouglas Gregor
2011-10-18Update documentation to use "C++11" instead of "C++0x"David Blaikie
2011-10-14Add c_alignas and cxx_alignas featuresPeter Collingbourne
2011-10-12Implement built-in macro '__has_warning', which allows one to query if a warn...Ted Kremenek