summaryrefslogtreecommitdiffstats
path: root/clang/docs/LanguageExtensions.html
Commit message (Expand)AuthorAgeFilesLines
* docs: Convert some docs to reST.Sean Silva2012-12-121-2082/+0
* Add the Microsoft __is_interface_class type trait.John McCall2012-09-251-0/+1
* Added an example of an empty case label to avoid confusion.Alexander Kornienko2012-09-171-1/+2
* Documentation: correct a typo introduced in r162971.Dmitri Gribenko2012-08-311-1/+1
* Documentation: add missing word "accepts".Dmitri Gribenko2012-08-311-2/+2
* Add support for "type safety" attributes that allow checking that 'void *'Dmitri Gribenko2012-08-171-0/+162
* Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...Hal Finkel2012-08-051-0/+37
* document _has_feature(objc_default_synthesize_properties).Fariborz Jahanian2012-06-181-0/+10
* Close HTML tag properly.Dmitri Gribenko2012-05-271-1/+1
* Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts.Richard Smith2012-05-031-2/+1
* Minor copy-edits to clang::fallthrough attribute documentation.Richard Smith2012-05-031-9/+9
* Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith2012-05-031-0/+54
* Formatting fix.Richard Smith2012-04-191-2/+2
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-3/+11
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-33/+67
* Add a query macro for C++11 N3276, decltype does not require completeDouglas Gregor2012-04-101-1/+5
* [Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar2012-04-051-0/+29
* Add feature check "cxx_local_type_template_args" describing supportDouglas Gregor2012-04-041-0/+7
* Removed repeated word (of of).Patrick Beard2012-03-211-1/+1
* Fixed typo.Patrick Beard2012-03-201-1/+1
* Added summary section for Object Literals and Subscripting, which contains th...Patrick Beard2012-03-201-1/+7
* Link to Objective-C literals documentation.Patrick Beard2012-03-201-0/+1
* LanguageExtensions: Manually word wrap a line to reduce horizontal scrolling.Benjamin Kramer2012-03-191-1/+2
* Document the weak-linking behavior of the availability attributeDouglas Gregor2012-03-111-0/+6
* Document the availability attributeDouglas Gregor2012-03-111-0/+44
* Clarify even further that the lambda-to-block-pointer conversion is only avai...Douglas Gregor2012-03-101-0/+4
* Document the conversion from a lambda closure type to a block pointerDouglas Gregor2012-03-091-0/+57
* User-defined literals are done.Richard Smith2012-03-091-1/+1
* Correct the documentation to give a legal example of a raw string literal.Richard Smith2012-03-071-1/+2
* Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith2012-03-031-1/+1
* Implement double underscore names support in __has_attributeJean-Daniel Dupas2012-03-011-0/+5
* Correct an example of a feature name to actually use a feature name ratherRichard Smith2012-03-011-2/+2
* Update release notes and language extensions pages to note that support forRichard Smith2012-02-261-2/+1
* Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (andRichard Smith2012-02-251-0/+5
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+2
* Clang supports lambdas.Douglas Gregor2012-02-231-1/+1
* Advertize support for constexpr.Richard Smith2012-02-141-1/+1
* The following patch adds __attribute__((no_address_safety_analysis)) which wi...Kostya Serebryany2012-01-241-0/+4
* Tweak markup.Benjamin Kramer2012-01-151-11/+13
* added descriptions of vector extensions, info about vector literals and vecto...Anton Yartsev2012-01-151-3/+157
* Fix ALL the markup.Benjamin Kramer2012-01-151-3/+5
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-12/+12
* clarify that clang version number macros are marketing version #'s, not somet...Chris Lattner2011-12-151-7/+12
* Implement support for the __is_final type trait, to determine whetherDouglas Gregor2011-12-031-0/+1
* First version of AddressSanitizer docs; documentation for __has_feature(addre...Kostya Serebryany2011-11-281-0/+17
* Fix grammaroDouglas Gregor2011-11-031-1/+1
* Add __has_feature(cxx_defaulted_functions) for querying "defaultedDouglas Gregor2011-11-011-0/+7
* Update documentation to use "C++11" instead of "C++0x"David Blaikie2011-10-181-74/+75
* Add c_alignas and cxx_alignas featuresPeter Collingbourne2011-10-141-0/+14
* Implement built-in macro '__has_warning', which allows one to query if a warn...Ted Kremenek2011-10-121-0/+17
OpenPOWER on IntegriCloud